#061421

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

Shades of Black Pearl #061421

Tints of Black Pearl #061421

Color information

#061421 (or 0x061421) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 21. RGB value is (6,20,33). Sum of RGB (Red+Green+Blue) = 6+20+33=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #061421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061421 is #F9EBDE. Grayscale: #111111. Windows color (decimal): -16378847 or 2167814. OLE color: 2167814.

HSL color Cylindrical-coordinate representation of color #061421: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #061421 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB62033-
CMYK0.820.3900.87
HSL208.89º69.23%7.65%-
HSV(B)208.89º81.82%12.94%-
XYZ0.60.651.53-
YUV17.3136.86119.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=10.17%
G=33.90%
B=55.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal620330.820.3900.87208.8969.237.65
Hex614215227057d1458
Octal6244112247012732110510
Binary110101001000011010010100111010101111101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061421; }

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

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

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

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

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

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

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

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