#0B232C

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

Shades of Black Pearl #0B232C

Tints of Black Pearl #0B232C

Color information

#0B232C (or 0x0B232C) is unknown color: approx Black Pearl. HEX triplet: 0B, 23 and 2C. RGB value is (11,35,44). Sum of RGB (Red+Green+Blue) = 11+35+44=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B232C is #F4DCD3. Grayscale: #1C1C1C. Windows color (decimal): -16047316 or 2892555. OLE color: 2892555.

HSL color Cylindrical-coordinate representation of color #0B232C: hue angle of 196.36º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B232C is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB113544-
CMYK0.750.2000.83
HSL196.36º60%10.78%-
HSV(B)196.36º75%17.25%-
XYZ1.191.462.6-
YUV28.85136.55115.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.22%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=12.22%
G=38.89%
B=48.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1135440.750.2000.83196.366010.78
HexB232C4B14053c43cb
Octal1343541132401233047413
Binary101110001110110010010111010001010011110001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,44); }

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

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

 a { background-color: rgb(11,35,44); }

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

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

 span { border-color: rgb(11,35,44); }

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