#06191E

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

Shades of Black Pearl #06191E

Tints of Black Pearl #06191E

Color information

#06191E (or 0x06191E) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 1E. RGB value is (6,25,30). Sum of RGB (Red+Green+Blue) = 6+25+30=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #06191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191E is #F9E6E1. Grayscale: #131313. Windows color (decimal): -16377570 or 1972486. OLE color: 1972486.

HSL color Cylindrical-coordinate representation of color #06191E: hue angle of 192.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06191E is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62530-
CMYK0.800.1700.88
HSL192.5º66.67%7.06%-
HSV(B)192.5º80%11.76%-
XYZ0.660.831.35-
YUV19.89133.71118.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=9.84%
G=40.98%
B=49.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal625300.800.1700.88192.566.677.06
Hex6191E5011058c0437
Octal631361202101303001037
Binary110110011111010100001000101011000110000001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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