#06222F

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

Shades of Black Pearl #06222F

Tints of Black Pearl #06222F

Color information

#06222F (or 0x06222F) is unknown color: approx Black Pearl. HEX triplet: 06, 22 and 2F. RGB value is (6,34,47). Sum of RGB (Red+Green+Blue) = 6+34+47=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #06222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06222F is #F9DDD0. Grayscale: #1B1B1B. Windows color (decimal): -16375249 or 3088902. OLE color: 3088902.

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

Color convert

RGB63447-
CMYK0.870.2800.82
HSL199.02º77.36%10.39%-
HSV(B)199.02º87.23%18.43%-
XYZ1.161.392.9-
YUV27.11139.22112.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 47 (18.75% from 255) = 54.02%
R=6.90%
G=39.08%
B=54.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal634470.870.2800.82199.0277.3610.39
Hex6222F571C052c74da
Octal6425712734012230711512
Binary110100010101111101011111100010100101100011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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