Html Css Color HEX #011020 Black Pearl

📋 copy color: '#011020'

red 1 ◦ green 16 ◦ blue 32

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

Shades of Black Pearl #011020

Tints of Black Pearl #011020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 32.65%

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

R = 2.04%
G = 32.65%
B = 65.31%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#011020 (or 0x011020) is known color: Black Pearl. HEX triplet: 01, 10 and 20. RGB value is (1,16,32). Sum of RGB (Red+Green+Blue) = 1+16+32=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #011020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011020 is #FEEFDF. Grayscale: #0D0D0D. Windows color (decimal): -16707552 or 2101249. OLE color: 2101249.

HSL color Cylindrical-coordinate representation of color #011020: hue angle of 210.97º 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 #011020 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 16 32 -
CMYK 0.97 0.5 0 0.87
HSL 210.97º 0.94% 0.06% -
HSV(B) 210.97º 0.97% 0.13% -
XYZ 0.46 0.48 1.44 -
YUV 13.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 1 16 32 0.97 0.5 0 0.87 210.97 0.94 0.06
Hex 1 10 20 61 32 0 57 D3 5E 6
Octal 1 20 40 141 62 0 127 323 136 6
Binary 1 10000 100000 1100001 110010 0 1010111 11010011 1011110 110

Color Harmonies of #011020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011020

Black with #011020

Text Example


Text Example

White with #011020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011020; }

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

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

background-color css

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

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

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

border-color css

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

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

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