#06212D

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

Shades of Black Pearl #06212D

Tints of Black Pearl #06212D

Color information

#06212D (or 0x06212D) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 2D. RGB value is (6,33,45). Sum of RGB (Red+Green+Blue) = 6+33+45=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #06212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06212D is #F9DED2. Grayscale: #1A1A1A. Windows color (decimal): -16375507 or 2957574. OLE color: 2957574.

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

Color convert

RGB63345-
CMYK0.870.2700.82
HSL198.46º76.47%10%-
HSV(B)198.46º86.67%17.65%-
XYZ1.091.322.68-
YUV26.3138.55113.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=7.14%
G=39.29%
B=53.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal633450.870.2700.82198.4676.4710
Hex6212D571B052c64ca
Octal6415512733012230611412
Binary110100001101101101011111011010100101100011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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