#061928

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

Shades of Black Pearl #061928

Tints of Black Pearl #061928

Color information

#061928 (or 0x061928) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 28. RGB value is (6,25,40). Sum of RGB (Red+Green+Blue) = 6+25+40=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #061928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061928 is #F9E6D7. Grayscale: #141414. Windows color (decimal): -16377560 or 2627846. OLE color: 2627846.

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

Color convert

RGB62540-
CMYK0.850.3800.84
HSL206.47º73.91%9.02%-
HSV(B)206.47º85%15.69%-
XYZ0.810.892.14-
YUV21.03138.71117.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 40 (16.02% from 255) = 56.34%
R=8.45%
G=35.21%
B=56.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal625400.850.3800.84206.4773.919.02
Hex619285526054ce4a9
Octal6315012546012431611211
Binary110110011010001010101100110010101001100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061928; }

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

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

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

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

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

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

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

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