#08212E

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

Shades of Black Pearl #08212E

Tints of Black Pearl #08212E

Color information

#08212E (or 0x08212E) is unknown color: approx Black Pearl. HEX triplet: 08, 21 and 2E. RGB value is (8,33,46). Sum of RGB (Red+Green+Blue) = 8+33+46=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #08212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08212E is #F7DED1. Grayscale: #1A1A1A. Windows color (decimal): -16244434 or 3023112. OLE color: 3023112.

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

Color convert

RGB83346-
CMYK0.830.2800.82
HSL200.53º70.37%10.59%-
HSV(B)200.53º82.61%18.04%-
XYZ1.141.342.78-
YUV27.01138.72114.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 46 (18.36% from 255) = 52.87%
R=9.20%
G=37.93%
B=52.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal833460.830.2800.82200.5370.3710.59
Hex8212E531C052c946b
Octal10415612334012231110613
Binary1000100001101110101001111100010100101100100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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