Html Css Color HEX #001518 Black Pearl

📋 copy color: '#001518'

red 0 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #001518

Tints of Black Pearl #001518

RGB

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

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

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

R = 0%
G = 46.67%
B = 53.33%

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

#001518 (or 0x001518) is known color: Black Pearl. HEX triplet: 00, 15 and 18. RGB value is (0,21,24). Sum of RGB (Red+Green+Blue) = 0+21+24=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 21 (8.59% from 255 or 46.67% 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 #001518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001518 is #FFEAE7. Grayscale: #0F0F0F. Windows color (decimal): -16771816 or 1578240. OLE color: 1578240.

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

Color convert

RGB 0 21 24 -
CMYK 1 0.13 0 0.91
HSL 187.5º 1% 0.05% -
HSV(B) 187.5º 1% 0.09% -
XYZ 0.43 0.6 0.96 -
YUV 15.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 0 21 24 1 0.13 0 0.91 187.5 1 0.05
Hex 0 15 18 64 D 0 5B BC 64 5
Octal 0 25 30 144 15 0 133 274 144 5
Binary 0 10101 11000 1100100 1101 0 1011011 10111100 1100100 101

Color Harmonies of #001518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001518

Black with #001518

Text Example


Text Example

White with #001518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001518; }

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

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

background-color css

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

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

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

border-color css

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

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

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