#06212F

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

Shades of Black Pearl #06212F

Tints of Black Pearl #06212F

Color information

#06212F (or 0x06212F) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 2F. RGB value is (6,33,47). Sum of RGB (Red+Green+Blue) = 6+33+47=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #06212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06212F is #F9DED0. Grayscale: #1A1A1A. Windows color (decimal): -16375505 or 3088646. OLE color: 3088646.

HSL color Cylindrical-coordinate representation of color #06212F: hue angle of 200.49º degrees, saturation: 0.77, 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 #06212F is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB63347-
CMYK0.870.3000.82
HSL200.49º77.36%10.39%-
HSV(B)200.49º87.23%18.43%-
XYZ1.131.332.89-
YUV26.52139.55113.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 47 (18.75% from 255) = 54.65%
R=6.98%
G=38.37%
B=54.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal633470.870.3000.82200.4977.3610.39
Hex6212F571E052c84da
Octal6415712736012231011512
Binary110100001101111101011111110010100101100100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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