Html Css Color HEX #06191F Black Pearl

📋 copy color: '#06191F'

red 6 ◦ green 25 ◦ blue 31

#06191F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #06191F

Tints of Black Pearl #06191F

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 value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06191F (or 0x06191F) is known color: 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

RGB 6 25 31 -
CMYK 0.81 0.19 0 0.88
HSL 194.4º 0.68% 0.07% -
HSV(B) 194.4º 0.81% 0.12% -
XYZ 0.67 0.83 1.42 -
YUV 20 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 6 25 31 0.81 0.19 0 0.88 194.4 0.68 0.07
Hex 6 19 1F 51 13 0 58 C2 44 7
Octal 6 31 37 121 23 0 130 302 104 7
Binary 110 11001 11111 1010001 10011 0 1011000 11000010 1000100 111

Color Harmonies of #06191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06191F

Black with #06191F

Text Example


Text Example

White with #06191F

Text Example


Text Example

HTML Codes & Css Web 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>