Html Css Color HEX #01171E Black Pearl

📋 copy color: '#01171E'

red 1 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #01171E

Tints of Black Pearl #01171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 42.59%

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

R = 1.85%
G = 42.59%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01171E (or 0x01171E) is known color: Black Pearl. HEX triplet: 01, 17 and 1E. RGB value is (1,23,30). Sum of RGB (Red+Green+Blue) = 1+23+30=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #01171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171E is #FEE8E1. Grayscale: #111111. Windows color (decimal): -16705762 or 1971969. OLE color: 1971969.

HSL color Cylindrical-coordinate representation of color #01171E: hue angle of 194.48º 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 #01171E is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 23 30 -
CMYK 0.97 0.23 0 0.88
HSL 194.48º 0.94% 0.06% -
HSV(B) 194.48º 0.97% 0.12% -
XYZ 0.55 0.71 1.34 -
YUV 17.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 1 23 30 0.97 0.23 0 0.88 194.48 0.94 0.06
Hex 1 17 1E 61 17 0 58 C2 5E 6
Octal 1 27 36 141 27 0 130 302 136 6
Binary 1 10111 11110 1100001 10111 0 1011000 11000010 1011110 110

Color Harmonies of #01171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01171E

Black with #01171E

Text Example


Text Example

White with #01171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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