#0B2431

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

Shades of Black Pearl #0B2431

Tints of Black Pearl #0B2431

Color information

#0B2431 (or 0x0B2431) is unknown color: approx Black Pearl. HEX triplet: 0B, 24 and 31. RGB value is (11,36,49). Sum of RGB (Red+Green+Blue) = 11+36+49=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B2431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2431 is #F4DBCE. Grayscale: #1D1D1D. Windows color (decimal): -16047055 or 3220491. OLE color: 3220491.

HSL color Cylindrical-coordinate representation of color #0B2431: hue angle of 200.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B2431 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB113649-
CMYK0.780.2700.81
HSL200.53º63.33%11.76%-
HSV(B)200.53º77.55%19.22%-
XYZ1.321.553.14-
YUV30.01138.72114.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.46%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=11.46%
G=37.5%
B=51.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1136490.780.2700.81200.5363.3311.76
HexB24314E1B051c93fc
Octal1344611163301213117714
Binary101110010011000110011101101101010001110010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,49); }

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

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

 a { background-color: rgb(11,36,49); }

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

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

 span { border-color: rgb(11,36,49); }

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