#06191A

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

Shades of Black Pearl #06191A

Tints of Black Pearl #06191A

Color information

#06191A (or 0x06191A) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 1A. RGB value is (6,25,26). Sum of RGB (Red+Green+Blue) = 6+25+26=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #06191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191A is #F9E6E5. Grayscale: #131313. Windows color (decimal): -16377574 or 1710342. OLE color: 1710342.

HSL color Cylindrical-coordinate representation of color #06191A: hue angle of 183º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06191A is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB62526-
CMYK0.770.0400.90
HSL183º62.5%6.27%-
HSV(B)183º76.92%10.2%-
XYZ0.610.811.1-
YUV19.43131.71118.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 26 (10.55% from 255) = 45.61%
R=10.53%
G=43.86%
B=45.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal625260.770.0400.9018362.56.27
Hex6191A4D405Ab73e6
Octal6313211540132267766
Binary110110011101010011011000101101010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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