Html Css Color HEX #051520 Black Pearl

📋 copy color: '#051520'

red 5 ◦ green 21 ◦ blue 32

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

Shades of Black Pearl #051520

Tints of Black Pearl #051520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 55.17%

R = 8.62%
G = 36.21%
B = 55.17%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#051520 (or 0x051520) is known color: Black Pearl. HEX triplet: 05, 15 and 20. RGB value is (5,21,32). Sum of RGB (Red+Green+Blue) = 5+21+32=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #051520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051520 is #FAEADF. Grayscale: #111111. Windows color (decimal): -16444128 or 2102533. OLE color: 2102533.

HSL color Cylindrical-coordinate representation of color #051520: hue angle of 204.44º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051520 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 21 32 -
CMYK 0.84 0.34 0 0.87
HSL 204.44º 0.73% 0.07% -
HSV(B) 204.44º 0.84% 0.13% -
XYZ 0.59 0.67 1.47 -
YUV 17.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 5 21 32 0.84 0.34 0 0.87 204.44 0.73 0.07
Hex 5 15 20 54 22 0 57 CC 49 7
Octal 5 25 40 124 42 0 127 314 111 7
Binary 101 10101 100000 1010100 100010 0 1010111 11001100 1001001 111

Color Harmonies of #051520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051520

Black with #051520

Text Example


Text Example

White with #051520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051520; }

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

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

background-color css

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

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

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

border-color css

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

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

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