Html Css Color HEX #011016 Black Pearl

📋 copy color: '#011016'

red 1 ◦ green 16 ◦ blue 22

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

Shades of Black Pearl #011016

Tints of Black Pearl #011016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 56.41%

R = 2.56%
G = 41.03%
B = 56.41%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#011016 (or 0x011016) is known color: Black Pearl. HEX triplet: 01, 10 and 16. RGB value is (1,16,22). Sum of RGB (Red+Green+Blue) = 1+16+22=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #011016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011016 is #FEEFE9. Grayscale: #0C0C0C. Windows color (decimal): -16707562 or 1445889. OLE color: 1445889.

HSL color Cylindrical-coordinate representation of color #011016: hue angle of 197.14º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011016 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 16 22 -
CMYK 0.95 0.27 0 0.91
HSL 197.14º 0.91% 0.05% -
HSV(B) 197.14º 0.95% 0.09% -
XYZ 0.34 0.43 0.82 -
YUV 12.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 1 16 22 0.95 0.27 0 0.91 197.14 0.91 0.05
Hex 1 10 16 5F 1B 0 5B C5 5B 5
Octal 1 20 26 137 33 0 133 305 133 5
Binary 1 10000 10110 1011111 11011 0 1011011 11000101 1011011 101

Color Harmonies of #011016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011016

Black with #011016

Text Example


Text Example

White with #011016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011016; }

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

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

background-color css

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

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

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

border-color css

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

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

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