Html Css Color HEX #01171A Black Pearl

📋 copy color: '#01171A'

red 1 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #01171A

Tints of Black Pearl #01171A

RGB

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

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

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

R = 2%
G = 46%
B = 52%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#01171A (or 0x01171A) is known color: Black Pearl. HEX triplet: 01, 17 and 1A. RGB value is (1,23,26). Sum of RGB (Red+Green+Blue) = 1+23+26=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #01171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01171A is #FEE8E5. Grayscale: #101010. Windows color (decimal): -16705766 or 1709825. OLE color: 1709825.

HSL color Cylindrical-coordinate representation of color #01171A: hue angle of 187.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01171A is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 23 26 -
CMYK 0.96 0.12 0 0.90
HSL 187.2º 0.93% 0.05% -
HSV(B) 187.2º 0.96% 0.1% -
XYZ 0.51 0.69 1.08 -
YUV 16.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 1 23 26 0.96 0.12 0 0.90 187.2 0.93 0.05
Hex 1 17 1A 60 C 0 5A BB 5D 5
Octal 1 27 32 140 14 0 132 273 135 5
Binary 1 10111 11010 1100000 1100 0 1011010 10111011 1011101 101

Color Harmonies of #01171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01171A

Black with #01171A

Text Example


Text Example

White with #01171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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