Html Css Color HEX #01191B Black Pearl

📋 copy color: '#01191B'

red 1 ◦ green 25 ◦ blue 27

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

Shades of Black Pearl #01191B

Tints of Black Pearl #01191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 50.94%

R = 1.89%
G = 47.17%
B = 50.94%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01191B (or 0x01191B) is known color: Black Pearl. HEX triplet: 01, 19 and 1B. RGB value is (1,25,27). Sum of RGB (Red+Green+Blue) = 1+25+27=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #01191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01191B is #FEE6E4. Grayscale: #121212. Windows color (decimal): -16705253 or 1775873. OLE color: 1775873.

HSL color Cylindrical-coordinate representation of color #01191B: hue angle of 184.62º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01191B is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 25 27 -
CMYK 0.96 0.07 0 0.89
HSL 184.62º 0.93% 0.05% -
HSV(B) 184.62º 0.96% 0.11% -
XYZ 0.56 0.78 1.16 -
YUV 18.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 1 25 27 0.96 0.07 0 0.89 184.62 0.93 0.05
Hex 1 19 1B 60 7 0 59 B9 5D 5
Octal 1 31 33 140 7 0 131 271 135 5
Binary 1 11001 11011 1100000 111 0 1011001 10111001 1011101 101

Color Harmonies of #01191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01191B

Black with #01191B

Text Example


Text Example

White with #01191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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