#03212B

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

Shades of Black Pearl #03212B

Tints of Black Pearl #03212B

Color information

#03212B (or 0x03212B) is unknown color: approx Black Pearl. HEX triplet: 03, 21 and 2B. RGB value is (3,33,43). Sum of RGB (Red+Green+Blue) = 3+33+43=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #03212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03212B is #FCDED4. Grayscale: #191919. Windows color (decimal): -16572117 or 2826499. OLE color: 2826499.

HSL color Cylindrical-coordinate representation of color #03212B: hue angle of 195º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03212B is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB33343-
CMYK0.930.2300.83
HSL195º86.96%9.02%-
HSV(B)195º93.02%16.86%-
XYZ1.021.282.48-
YUV25.17138.06112.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=3.80%
G=41.77%
B=54.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal333430.930.2300.8319586.969.02
Hex3212B5D17053c3579
Octal3415313527012330312711
Binary11100001101011101110110111010100111100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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