Html Css Color HEX #001417 Black Pearl

📋 copy color: '#001417'

red 0 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #001417

Tints of Black Pearl #001417

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 46.51%

 BLUE value IS 23 (9.38% from 255) = 53.49%

R = 0%
G = 46.51%
B = 53.49%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001417 (or 0x001417) is known color: Black Pearl. HEX triplet: 00, 14 and 17. RGB value is (0,20,23). Sum of RGB (Red+Green+Blue) = 0+20+23=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #001417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001417 is #FFEBE8. Grayscale: #0E0E0E. Windows color (decimal): -16772073 or 1512448. OLE color: 1512448.

HSL color Cylindrical-coordinate representation of color #001417: hue angle of 187.83º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001417 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 20 23 -
CMYK 1 0.13 0 0.91
HSL 187.83º 1% 0.05% -
HSV(B) 187.83º 1% 0.09% -
XYZ 0.4 0.56 0.9 -
YUV 14.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 0 20 23 1 0.13 0 0.91 187.83 1 0.05
Hex 0 14 17 64 D 0 5B BC 64 5
Octal 0 24 27 144 15 0 133 274 144 5
Binary 0 10100 10111 1100100 1101 0 1011011 10111100 1100100 101

Color Harmonies of #001417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001417

Black with #001417

Text Example


Text Example

White with #001417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001417; }

 p { color: rgb(0,20,23); }

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

background-color css

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

 a { background-color: rgb(0,20,23); }

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

border-color css

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

 span { border-color: rgb(0,20,23); }

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