Html Css Color HEX #011518 Black Pearl

📋 copy color: '#011518'

red 1 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #011518

Tints of Black Pearl #011518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 45.65%

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

R = 2.17%
G = 45.65%
B = 52.17%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#011518 (or 0x011518) is known color: Black Pearl. HEX triplet: 01, 15 and 18. RGB value is (1,21,24). Sum of RGB (Red+Green+Blue) = 1+21+24=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #011518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011518 is #FEEAE7. Grayscale: #0F0F0F. Windows color (decimal): -16706280 or 1578241. OLE color: 1578241.

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

Color convert

RGB 1 21 24 -
CMYK 0.96 0.13 0 0.91
HSL 187.83º 0.92% 0.05% -
HSV(B) 187.83º 0.96% 0.09% -
XYZ 0.45 0.61 0.96 -
YUV 15.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 1 21 24 0.96 0.13 0 0.91 187.83 0.92 0.05
Hex 1 15 18 60 D 0 5B BC 5C 5
Octal 1 25 30 140 15 0 133 274 134 5
Binary 1 10101 11000 1100000 1101 0 1011011 10111100 1011100 101

Color Harmonies of #011518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011518

Black with #011518

Text Example


Text Example

White with #011518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011518; }

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

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

background-color css

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

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

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

border-color css

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

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

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