#06222D

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

Shades of Black Pearl #06222D

Tints of Black Pearl #06222D

Color information

#06222D (or 0x06222D) is unknown color: approx Black Pearl. HEX triplet: 06, 22 and 2D. RGB value is (6,34,45). Sum of RGB (Red+Green+Blue) = 6+34+45=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #06222D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06222D is #F9DDD2. Grayscale: #1A1A1A. Windows color (decimal): -16375251 or 2957830. OLE color: 2957830.

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

Color convert

RGB63445-
CMYK0.870.2400.82
HSL196.92º76.47%10%-
HSV(B)196.92º86.67%17.65%-
XYZ1.121.372.69-
YUV26.88138.22113.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 34 (13.67% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=7.06%
G=40%
B=52.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal634450.870.2400.82196.9276.4710
Hex6222D5718052c54ca
Octal6425512730012230511412
Binary110100010101101101011111000010100101100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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