Html Css Color HEX #01171D Black Pearl

📋 copy color: '#01171D'

red 1 ◦ green 23 ◦ blue 29

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

Shades of Black Pearl #01171D

Tints of Black Pearl #01171D

RGB

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

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

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

R = 1.89%
G = 43.4%
B = 54.72%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01171D (or 0x01171D) is known color: Black Pearl. HEX triplet: 01, 17 and 1D. RGB value is (1,23,29). Sum of RGB (Red+Green+Blue) = 1+23+29=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #01171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171D is #FEE8E2. Grayscale: #111111. Windows color (decimal): -16705763 or 1906433. OLE color: 1906433.

HSL color Cylindrical-coordinate representation of color #01171D: hue angle of 192.86º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01171D is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 23 29 -
CMYK 0.97 0.21 0 0.89
HSL 192.86º 0.93% 0.06% -
HSV(B) 192.86º 0.97% 0.11% -
XYZ 0.54 0.71 1.27 -
YUV 17.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 1 23 29 0.97 0.21 0 0.89 192.86 0.93 0.06
Hex 1 17 1D 61 15 0 59 C1 5D 6
Octal 1 27 35 141 25 0 131 301 135 6
Binary 1 10111 11101 1100001 10101 0 1011001 11000001 1011101 110

Color Harmonies of #01171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01171D

Black with #01171D

Text Example


Text Example

White with #01171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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