Html Css Color HEX #011520 Black Pearl

📋 copy color: '#011520'

red 1 ◦ green 21 ◦ blue 32

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

Shades of Black Pearl #011520

Tints of Black Pearl #011520

RGB

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

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

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

R = 1.85%
G = 38.89%
B = 59.26%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011520 (or 0x011520) is known color: Black Pearl. HEX triplet: 01, 15 and 20. RGB value is (1,21,32). Sum of RGB (Red+Green+Blue) = 1+21+32=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #011520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011520 is #FEEADF. Grayscale: #101010. Windows color (decimal): -16706272 or 2102529. OLE color: 2102529.

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

Color convert

RGB 1 21 32 -
CMYK 0.97 0.34 0 0.87
HSL 201.29º 0.94% 0.06% -
HSV(B) 201.29º 0.97% 0.13% -
XYZ 0.54 0.65 1.46 -
YUV 16.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 1 21 32 0.97 0.34 0 0.87 201.29 0.94 0.06
Hex 1 15 20 61 22 0 57 C9 5E 6
Octal 1 25 40 141 42 0 127 311 136 6
Binary 1 10101 100000 1100001 100010 0 1010111 11001001 1011110 110

Color Harmonies of #011520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011520

Black with #011520

Text Example


Text Example

White with #011520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011520; }

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

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

background-color css

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

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

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

border-color css

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

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

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