Html Css Color HEX #011418 Black Pearl

📋 copy color: '#011418'

red 1 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #011418

Tints of Black Pearl #011418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 53.33%

R = 2.22%
G = 44.44%
B = 53.33%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#011418 (or 0x011418) is known color: Black Pearl. HEX triplet: 01, 14 and 18. RGB value is (1,20,24). Sum of RGB (Red+Green+Blue) = 1+20+24=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #011418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011418 is #FEEBE7. Grayscale: #0E0E0E. Windows color (decimal): -16706536 or 1577985. OLE color: 1577985.

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

Color convert

RGB 1 20 24 -
CMYK 0.96 0.17 0 0.91
HSL 190.43º 0.92% 0.05% -
HSV(B) 190.43º 0.96% 0.09% -
XYZ 0.43 0.57 0.95 -
YUV 14.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 1 20 24 0.96 0.17 0 0.91 190.43 0.92 0.05
Hex 1 14 18 60 11 0 5B BE 5C 5
Octal 1 24 30 140 21 0 133 276 134 5
Binary 1 10100 11000 1100000 10001 0 1011011 10111110 1011100 101

Color Harmonies of #011418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011418

Black with #011418

Text Example


Text Example

White with #011418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011418; }

 p { color: rgb(1,20,24); }

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

background-color css

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

 a { background-color: rgb(1,20,24); }

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

border-color css

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

 span { border-color: rgb(1,20,24); }

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