#0B272E

Color #0B272E Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0B272E

Tints of Black Pearl #0B272E

Color information

#0B272E (or 0x0B272E) is unknown color: approx Black Pearl. HEX triplet: 0B, 27 and 2E. RGB value is (11,39,46). Sum of RGB (Red+Green+Blue) = 11+39+46=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B272E is #F4D8D1. Grayscale: #1F1F1F. Windows color (decimal): -16046290 or 3024651. OLE color: 3024651.

HSL color Cylindrical-coordinate representation of color #0B272E: hue angle of 192º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B272E is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB113946-
CMYK0.760.1500.82
HSL192º61.4%11.18%-
HSV(B)192º76.09%18.04%-
XYZ1.361.722.85-
YUV31.43136.22113.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 46 (18.36% from 255) = 47.92%
R=11.46%
G=40.62%
B=47.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1139460.760.1500.8219261.411.18
HexB272E4CF052c03db
Octal1347561141701223007513
Binary10111001111011101001100111101010010110000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B272E; }

 p { color: rgb(11,39,46); }

 H1.HeaderClassName
 {
   color: #0B272E;
 }
 .AnyTagClassName
 {
   color: #0B272E;
 }
</style>
background-color css

<style>
 a { background-color: #0B272E; }

 a { background-color: rgb(11,39,46); }

 div.DivClassName
 {
   background-color: #0B272E;
 }
 .BgClassName
 {
   background-color: #0B272E;
 }
</style>
border-color css

<style>
 span { border-color: #0B272E; }

 span { border-color: rgb(11,39,46); }

 td.TdClassName
 {
   border-color: #0B272E;
 }
 .TagClassName
 {
   border-color: #0B272E;
 }
</style>