#06191D

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

Shades of Black Pearl #06191D

Tints of Black Pearl #06191D

Color information

#06191D (or 0x06191D) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 1D. RGB value is (6,25,29). Sum of RGB (Red+Green+Blue) = 6+25+29=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #06191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191D is #F9E6E2. Grayscale: #131313. Windows color (decimal): -16377571 or 1906950. OLE color: 1906950.

HSL color Cylindrical-coordinate representation of color #06191D: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06191D is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62529-
CMYK0.790.1400.89
HSL190.43º65.71%6.86%-
HSV(B)190.43º79.31%11.37%-
XYZ0.640.821.29-
YUV19.77133.21118.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=10%
G=41.67%
B=48.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal625290.790.1400.89190.4365.716.86
Hex6191D4FE059be427
Octal631351171601312761027
Binary11011001111011001111111001011001101111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06191D; }

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

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

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

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

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

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

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

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