#08212D

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

Shades of Black Pearl #08212D

Tints of Black Pearl #08212D

Color information

#08212D (or 0x08212D) is unknown color: approx Black Pearl. HEX triplet: 08, 21 and 2D. RGB value is (8,33,45). Sum of RGB (Red+Green+Blue) = 8+33+45=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #08212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08212D is #F7DED2. Grayscale: #1A1A1A. Windows color (decimal): -16244435 or 2957576. OLE color: 2957576.

HSL color Cylindrical-coordinate representation of color #08212D: hue angle of 199.46º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08212D is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB83345-
CMYK0.820.2700.82
HSL199.46º69.81%10.39%-
HSV(B)199.46º82.22%17.65%-
XYZ1.121.332.68-
YUV26.89138.22114.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 45 (17.97% from 255) = 52.33%
R=9.30%
G=38.37%
B=52.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal833450.820.2700.82199.4669.8110.39
Hex8212D521B052c746a
Octal10415512233012230710612
Binary1000100001101101101001011011010100101100011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08212D; }

 p { color: rgb(8,33,45); }

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

<style>
 a { background-color: #08212D; }

 a { background-color: rgb(8,33,45); }

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

<style>
 span { border-color: #08212D; }

 span { border-color: rgb(8,33,45); }

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