#08182C

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

Shades of Black Pearl #08182C

Tints of Black Pearl #08182C

Color information

#08182C (or 0x08182C) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 2C. RGB value is (8,24,44). Sum of RGB (Red+Green+Blue) = 8+24+44=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #08182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08182C is #F7E7D3. Grayscale: #151515. Windows color (decimal): -16246740 or 2889736. OLE color: 2889736.

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

Color convert

RGB82444-
CMYK0.820.4500.83
HSL213.33º69.23%10.2%-
HSV(B)213.33º81.82%17.25%-
XYZ0.880.892.51-
YUV21.5140.7118.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=10.53%
G=31.58%
B=57.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal824440.820.4500.83213.3369.2310.2
Hex8182C522D053d545a
Octal10305412255012332510512
Binary1000110001011001010010101101010100111101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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