Html Css Color HEX #001418 Black Pearl

📋 copy color: '#001418'

red 0 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #001418

Tints of Black Pearl #001418

RGB

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

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

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

R = 0%
G = 45.45%
B = 54.55%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001418 (or 0x001418) is known color: Black Pearl. HEX triplet: 00, 14 and 18. RGB value is (0,20,24). Sum of RGB (Red+Green+Blue) = 0+20+24=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #001418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001418 is #FFEBE7. Grayscale: #0E0E0E. Windows color (decimal): -16772072 or 1577984. OLE color: 1577984.

HSL color Cylindrical-coordinate representation of color #001418: hue angle of 190º 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 #001418 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 20 24 -
CMYK 1 0.17 0 0.91
HSL 190º 1% 0.05% -
HSV(B) 190º 1% 0.09% -
XYZ 0.42 0.57 0.95 -
YUV 14.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 0 20 24 1 0.17 0 0.91 190 1 0.05
Hex 0 14 18 64 11 0 5B BE 64 5
Octal 0 24 30 144 21 0 133 276 144 5
Binary 0 10100 11000 1100100 10001 0 1011011 10111110 1100100 101

Color Harmonies of #001418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001418

Black with #001418

Text Example


Text Example

White with #001418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001418; }

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

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

background-color css

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

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

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

border-color css

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

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

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