#08232C

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

Shades of Black Pearl #08232C

Tints of Black Pearl #08232C

Color information

#08232C (or 0x08232C) is unknown color: approx Black Pearl. HEX triplet: 08, 23 and 2C. RGB value is (8,35,44). Sum of RGB (Red+Green+Blue) = 8+35+44=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #08232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08232C is #F7DCD3. Grayscale: #1B1B1B. Windows color (decimal): -16243924 or 2892552. OLE color: 2892552.

HSL color Cylindrical-coordinate representation of color #08232C: hue angle of 195º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08232C is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB83544-
CMYK0.820.2000.83
HSL195º69.23%10.2%-
HSV(B)195º81.82%17.25%-
XYZ1.161.442.6-
YUV27.95137.05113.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 44 (17.58% from 255) = 50.57%
R=9.20%
G=40.23%
B=50.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal835440.820.2000.8319569.2310.2
Hex8232C5214053c345a
Octal10435412224012330310512
Binary1000100011101100101001010100010100111100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08232C; }

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

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

<style>
 a { background-color: #08232C; }

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

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

<style>
 span { border-color: #08232C; }

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

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