#06191F

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

Shades of Black Pearl #06191F

Tints of Black Pearl #06191F

Color information

#06191F (or 0x06191F) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 1F. RGB value is (6,25,31). Sum of RGB (Red+Green+Blue) = 6+25+31=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #06191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191F is #F9E6E0. Grayscale: #131313. Windows color (decimal): -16377569 or 2038022. OLE color: 2038022.

HSL color Cylindrical-coordinate representation of color #06191F: hue angle of 194.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06191F is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62531-
CMYK0.810.1900.88
HSL194.4º67.57%7.25%-
HSV(B)194.4º80.65%12.16%-
XYZ0.670.831.42-
YUV20134.21118.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 31 (12.5% from 255) = 50%
R=9.68%
G=40.32%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal625310.810.1900.88194.467.577.25
Hex6191F5113058c2447
Octal631371212301303021047
Binary110110011111110100011001101011000110000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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