Html Css Color HEX #01191E Black Pearl

📋 copy color: '#01191E'

red 1 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #01191E

Tints of Black Pearl #01191E

RGB

 RED value IS 1 (0.78% from 255) = 1.79%

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

 BLUE value IS 30 (12.11% from 255) = 53.57%

R = 1.79%
G = 44.64%
B = 53.57%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01191E (or 0x01191E) is known color: Black Pearl. HEX triplet: 01, 19 and 1E. RGB value is (1,25,30). Sum of RGB (Red+Green+Blue) = 1+25+30=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #01191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01191E is #FEE6E1. Grayscale: #121212. Windows color (decimal): -16705250 or 1972481. OLE color: 1972481.

HSL color Cylindrical-coordinate representation of color #01191E: hue angle of 190.34º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01191E is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 25 30 -
CMYK 0.97 0.17 0 0.88
HSL 190.34º 0.94% 0.06% -
HSV(B) 190.34º 0.97% 0.12% -
XYZ 0.59 0.8 1.35 -
YUV 18.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 1 25 30 0.97 0.17 0 0.88 190.34 0.94 0.06
Hex 1 19 1E 61 11 0 58 BE 5E 6
Octal 1 31 36 141 21 0 130 276 136 6
Binary 1 11001 11110 1100001 10001 0 1011000 10111110 1011110 110

Color Harmonies of #01191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01191E

Black with #01191E

Text Example


Text Example

White with #01191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01191E; }

 p { color: rgb(1,25,30); }

 H1.HeaderClassName
 {
   color: #01191E;
 }
 .AnyTagClassName
 {
   color: #01191E;
 }
</style>

background-color css

<style>
 a { background-color: #01191E; }

 a { background-color: rgb(1,25,30); }

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

border-color css

<style>
 span { border-color: #01191E; }

 span { border-color: rgb(1,25,30); }

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