Html Css Color HEX #06191E Black Pearl

📋 copy color: '#06191E'

red 6 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #06191E

Tints of Black Pearl #06191E

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

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

RGB 6 25 30 -
CMYK 0.80 0.17 0 0.88
HSL 192.5º 0.67% 0.07% -
HSV(B) 192.5º 0.8% 0.12% -
XYZ 0.66 0.83 1.35 -
YUV 19.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 6 25 30 0.80 0.17 0 0.88 192.5 0.67 0.07
Hex 6 19 1E 50 11 0 58 C0 43 7
Octal 6 31 36 120 21 0 130 300 103 7
Binary 110 11001 11110 1010000 10001 0 1011000 11000000 1000011 111

Color Harmonies of #06191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06191E

Black with #06191E

Text Example


Text Example

White with #06191E

Text Example


Text Example

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