#03212D

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

Shades of Black Pearl #03212D

Tints of Black Pearl #03212D

Color information

#03212D (or 0x03212D) is unknown color: approx Black Pearl. HEX triplet: 03, 21 and 2D. RGB value is (3,33,45). Sum of RGB (Red+Green+Blue) = 3+33+45=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #03212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03212D is #FCDED2. Grayscale: #191919. Windows color (decimal): -16572115 or 2957571. OLE color: 2957571.

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

Color convert

RGB33345-
CMYK0.930.2700.82
HSL197.14º87.5%9.41%-
HSV(B)197.14º93.33%17.65%-
XYZ1.061.32.68-
YUV25.4139.06112.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=3.70%
G=40.74%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal333450.930.2700.82197.1487.59.41
Hex3212D5D1B052c5589
Octal3415513533012230513011
Binary11100001101101101110111011010100101100010110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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