#062028

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

Shades of Black Pearl #062028

Tints of Black Pearl #062028

Color information

#062028 (or 0x062028) is unknown color: approx Black Pearl. HEX triplet: 06, 20 and 28. RGB value is (6,32,40). Sum of RGB (Red+Green+Blue) = 6+32+40=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #062028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062028 is #F9DFD7. Grayscale: #191919. Windows color (decimal): -16375768 or 2629638. OLE color: 2629638.

HSL color Cylindrical-coordinate representation of color #062028: hue angle of 194.12º 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 #062028 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63240-
CMYK0.850.2000.84
HSL194.12º73.91%9.02%-
HSV(B)194.12º85%15.69%-
XYZ0.971.222.19-
YUV25.14136.39114.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=7.69%
G=41.03%
B=51.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal632400.850.2000.84194.1273.919.02
Hex620285514054c24a9
Octal6405012524012430211211
Binary110100000101000101010110100010101001100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062028; }

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

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

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

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

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

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

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

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