#06191C

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

Shades of Black Pearl #06191C

Tints of Black Pearl #06191C

Color information

#06191C (or 0x06191C) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 1C. RGB value is (6,25,28). Sum of RGB (Red+Green+Blue) = 6+25+28=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #06191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191C is #F9E6E3. Grayscale: #131313. Windows color (decimal): -16377572 or 1841414. OLE color: 1841414.

HSL color Cylindrical-coordinate representation of color #06191C: hue angle of 188.18º degrees, saturation: 0.65, 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 #06191C is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62528-
CMYK0.790.1100.89
HSL188.18º64.71%6.67%-
HSV(B)188.18º78.57%10.98%-
XYZ0.630.821.22-
YUV19.66132.71118.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=10.17%
G=42.37%
B=47.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal625280.790.1100.89188.1864.716.67
Hex6191C4FB059bc417
Octal631341171301312741017
Binary11011001111001001111101101011001101111001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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