Html Css Color HEX #06191A Black Pearl

📋 copy color: '#06191A'

red 6 ◦ green 25 ◦ blue 26

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

Shades of Black Pearl #06191A

Tints of Black Pearl #06191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 10.53%
G = 43.86%
B = 45.61%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#06191A (or 0x06191A) is known color: Black Pearl. HEX triplet: 06, 19 and 1A. RGB value is (6,25,26). Sum of RGB (Red+Green+Blue) = 6+25+26=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #06191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191A is #F9E6E5. Grayscale: #131313. Windows color (decimal): -16377574 or 1710342. OLE color: 1710342.

HSL color Cylindrical-coordinate representation of color #06191A: hue angle of 183º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06191A is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 25 26 -
CMYK 0.77 0.04 0 0.90
HSL 183º 0.63% 0.06% -
HSV(B) 183º 0.77% 0.1% -
XYZ 0.61 0.81 1.1 -
YUV 19.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 6 25 26 0.77 0.04 0 0.90 183 0.63 0.06
Hex 6 19 1A 4D 4 0 5A B7 3E 6
Octal 6 31 32 115 4 0 132 267 76 6
Binary 110 11001 11010 1001101 100 0 1011010 10110111 111110 110

Color Harmonies of #06191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06191A

Black with #06191A

Text Example


Text Example

White with #06191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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