#061929

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

Shades of Black Pearl #061929

Tints of Black Pearl #061929

Color information

#061929 (or 0x061929) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 29. RGB value is (6,25,41). Sum of RGB (Red+Green+Blue) = 6+25+41=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #061929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061929 is #F9E6D6. Grayscale: #151515. Windows color (decimal): -16377559 or 2693382. OLE color: 2693382.

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

Color convert

RGB62541-
CMYK0.850.3900.84
HSL207.43º74.47%9.22%-
HSV(B)207.43º85.37%16.08%-
XYZ0.820.892.23-
YUV21.14139.21117.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 41 (16.41% from 255) = 56.94%
R=8.33%
G=34.72%
B=56.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal625410.850.3900.84207.4374.479.22
Hex619295527054cf4a9
Octal6315112547012431711211
Binary110110011010011010101100111010101001100111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061929; }

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

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

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

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

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

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

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

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