#08242C

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

Shades of Black Pearl #08242C

Tints of Black Pearl #08242C

Color information

#08242C (or 0x08242C) is unknown color: approx Black Pearl. HEX triplet: 08, 24 and 2C. RGB value is (8,36,44). Sum of RGB (Red+Green+Blue) = 8+36+44=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #08242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08242C is #F7DBD3. Grayscale: #1C1C1C. Windows color (decimal): -16243668 or 2892808. OLE color: 2892808.

HSL color Cylindrical-coordinate representation of color #08242C: hue angle of 193.33º 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 #08242C is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB83644-
CMYK0.820.1800.83
HSL193.33º69.23%10.2%-
HSV(B)193.33º81.82%17.25%-
XYZ1.191.52.61-
YUV28.54136.72113.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 44 (17.58% from 255) = 50%
R=9.09%
G=40.91%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal836440.820.1800.83193.3369.2310.2
Hex8242C5212053c145a
Octal10445412222012330110512
Binary1000100100101100101001010010010100111100000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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