Html Css Color HEX #051518 Black Pearl

📋 copy color: '#051518'

red 5 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #051518

Tints of Black Pearl #051518

RGB

 RED value IS 5 (2.34% from 255) = 10%

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

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

R = 10%
G = 42%
B = 48%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#051518 (or 0x051518) is known color: Black Pearl. HEX triplet: 05, 15 and 18. RGB value is (5,21,24). Sum of RGB (Red+Green+Blue) = 5+21+24=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #051518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051518 is #FAEAE7. Grayscale: #101010. Windows color (decimal): -16444136 or 1578245. OLE color: 1578245.

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

Color convert

RGB 5 21 24 -
CMYK 0.79 0.13 0 0.91
HSL 189.47º 0.66% 0.06% -
HSV(B) 189.47º 0.79% 0.09% -
XYZ 0.5 0.63 0.96 -
YUV 16.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 5 21 24 0.79 0.13 0 0.91 189.47 0.66 0.06
Hex 5 15 18 4F D 0 5B BD 42 6
Octal 5 25 30 117 15 0 133 275 102 6
Binary 101 10101 11000 1001111 1101 0 1011011 10111101 1000010 110

Color Harmonies of #051518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051518

Black with #051518

Text Example


Text Example

White with #051518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051518; }

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

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

background-color css

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

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

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

border-color css

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

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

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