#062128

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

Shades of Black Pearl #062128

Tints of Black Pearl #062128

Color information

#062128 (or 0x062128) is unknown color: approx Black Pearl. HEX triplet: 06, 21 and 28. RGB value is (6,33,40). Sum of RGB (Red+Green+Blue) = 6+33+40=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #062128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062128 is #F9DED7. Grayscale: #191919. Windows color (decimal): -16375512 or 2629894. OLE color: 2629894.

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

Color convert

RGB63340-
CMYK0.850.1700.84
HSL192.35º73.91%9.02%-
HSV(B)192.35º85%15.69%-
XYZ11.282.2-
YUV25.72136.05113.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.59%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=7.59%
G=41.77%
B=50.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal633400.850.1700.84192.3573.919.02
Hex621285511054c04a9
Octal6415012521012430011211
Binary110100001101000101010110001010101001100000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062128; }

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

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

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

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

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

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

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

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