Html Css Color HEX #011014 Black Pearl

📋 copy color: '#011014'

red 1 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #011014

Tints of Black Pearl #011014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 2.7%
G = 43.24%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#011014 (or 0x011014) is known color: Black Pearl. HEX triplet: 01, 10 and 14. RGB value is (1,16,20). Sum of RGB (Red+Green+Blue) = 1+16+20=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #011014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011014 is #FEEFEB. Grayscale: #0B0B0B. Windows color (decimal): -16707564 or 1314817. OLE color: 1314817.

HSL color Cylindrical-coordinate representation of color #011014: hue angle of 192.63º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011014 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 16 20 -
CMYK 0.95 0.20 0 0.92
HSL 192.63º 0.9% 0.04% -
HSV(B) 192.63º 0.95% 0.08% -
XYZ 0.32 0.43 0.73 -
YUV 11.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 1 16 20 0.95 0.20 0 0.92 192.63 0.9 0.04
Hex 1 10 14 5F 14 0 5C C1 5A 4
Octal 1 20 24 137 24 0 134 301 132 4
Binary 1 10000 10100 1011111 10100 0 1011100 11000001 1011010 100

Color Harmonies of #011014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011014

Black with #011014

Text Example


Text Example

White with #011014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011014; }

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

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

background-color css

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

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

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

border-color css

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

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

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