#062228

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

Shades of Black Pearl #062228

Tints of Black Pearl #062228

Color information

#062228 (or 0x062228) is unknown color: approx Black Pearl. HEX triplet: 06, 22 and 28. RGB value is (6,34,40). Sum of RGB (Red+Green+Blue) = 6+34+40=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #062228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062228 is #F9DDD7. Grayscale: #1A1A1A. Windows color (decimal): -16375256 or 2630150. OLE color: 2630150.

HSL color Cylindrical-coordinate representation of color #062228: hue angle of 190.59º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062228 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63440-
CMYK0.850.1500.84
HSL190.59º73.91%9.02%-
HSV(B)190.59º85%15.69%-
XYZ1.031.342.21-
YUV26.31135.72113.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 34 (13.67% from 255) = 42.5%
BLUE value IS 40 (16.02% from 255) = 50%
R=7.5%
G=42.5%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal634400.850.1500.84190.5973.919.02
Hex6222855F054bf4a9
Octal6425012517012427711211
Binary11010001010100010101011111010101001011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062228; }

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

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

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

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

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

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

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

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