#06212C

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

Shades of Black Pearl #06212C

Tints of Black Pearl #06212C

Color information

#06212C (or 0x06212C) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 2C. RGB value is (6,33,44). Sum of RGB (Red+Green+Blue) = 6+33+44=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #06212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06212C is #F9DED3. Grayscale: #1A1A1A. Windows color (decimal): -16375508 or 2892038. OLE color: 2892038.

HSL color Cylindrical-coordinate representation of color #06212C: hue angle of 197.37º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06212C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB63344-
CMYK0.860.2500.83
HSL197.37º76%9.8%-
HSV(B)197.37º86.36%17.25%-
XYZ1.071.312.58-
YUV26.18138.05113.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=7.23%
G=39.76%
B=53.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal633440.860.2500.83197.37769.8
Hex6212C5619053c54ca
Octal6415412631012330511412
Binary110100001101100101011011001010100111100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06212C; }

 p { color: rgb(6,33,44); }

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

<style>
 a { background-color: #06212C; }

 a { background-color: rgb(6,33,44); }

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

<style>
 span { border-color: #06212C; }

 span { border-color: rgb(6,33,44); }

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