#08182A

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

Shades of Black Pearl #08182A

Tints of Black Pearl #08182A

Color information

#08182A (or 0x08182A) is unknown color: approx Black Pearl. HEX triplet: 08, 18 and 2A. RGB value is (8,24,42). Sum of RGB (Red+Green+Blue) = 8+24+42=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #08182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08182A is #F7E7D5. Grayscale: #151515. Windows color (decimal): -16246742 or 2758664. OLE color: 2758664.

HSL color Cylindrical-coordinate representation of color #08182A: hue angle of 211.76º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08182A is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB82442-
CMYK0.810.4300.84
HSL211.76º68%9.8%-
HSV(B)211.76º80.95%16.47%-
XYZ0.840.872.31-
YUV21.27139.7118.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=10.81%
G=32.43%
B=56.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal824420.810.4300.84211.76689.8
Hex8182A512B054d444a
Octal10305212153012432410412
Binary1000110001010101010001101011010101001101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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