Html Css Color HEX #06191D Black Pearl

📋 copy color: '#06191D'

red 6 ◦ green 25 ◦ blue 29

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

Shades of Black Pearl #06191D

Tints of Black Pearl #06191D

RGB

 RED value IS 6 (2.73% from 255) = 10%

 GREEN value IS 25 (10.16% from 255) = 41.67%

 BLUE value IS 29 (11.72% from 255) = 48.33%

R = 10%
G = 41.67%
B = 48.33%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06191D (or 0x06191D) is known color: Black Pearl. HEX triplet: 06, 19 and 1D. RGB value is (6,25,29). Sum of RGB (Red+Green+Blue) = 6+25+29=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #06191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191D is #F9E6E2. Grayscale: #131313. Windows color (decimal): -16377571 or 1906950. OLE color: 1906950.

HSL color Cylindrical-coordinate representation of color #06191D: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06191D is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 25 29 -
CMYK 0.79 0.14 0 0.89
HSL 190.43º 0.66% 0.07% -
HSV(B) 190.43º 0.79% 0.11% -
XYZ 0.64 0.82 1.29 -
YUV 19.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 6 25 29 0.79 0.14 0 0.89 190.43 0.66 0.07
Hex 6 19 1D 4F E 0 59 BE 42 7
Octal 6 31 35 117 16 0 131 276 102 7
Binary 110 11001 11101 1001111 1110 0 1011001 10111110 1000010 111

Color Harmonies of #06191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06191D

Black with #06191D

Text Example


Text Example

White with #06191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06191D;
 }
 .AnyTagClassName
 {
   color: #06191D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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