Html Css Color HEX #011013 Black Pearl

📋 copy color: '#011013'

red 1 ◦ green 16 ◦ blue 19

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

Shades of Black Pearl #011013

Tints of Black Pearl #011013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 2.78%
G = 44.44%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#011013 (or 0x011013) is known color: Black Pearl. HEX triplet: 01, 10 and 13. RGB value is (1,16,19). Sum of RGB (Red+Green+Blue) = 1+16+19=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #011013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011013 is #FEEFEC. Grayscale: #0B0B0B. Windows color (decimal): -16707565 or 1249281. OLE color: 1249281.

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

Color convert

RGB 1 16 19 -
CMYK 0.95 0.16 0 0.93
HSL 190º 0.9% 0.04% -
HSV(B) 190º 0.95% 0.07% -
XYZ 0.32 0.42 0.68 -
YUV 11.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 1 16 19 0.95 0.16 0 0.93 190 0.9 0.04
Hex 1 10 13 5F 10 0 5D BE 5A 4
Octal 1 20 23 137 20 0 135 276 132 4
Binary 1 10000 10011 1011111 10000 0 1011101 10111110 1011010 100

Color Harmonies of #011013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011013

Black with #011013

Text Example


Text Example

White with #011013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011013; }

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

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

background-color css

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

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

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

border-color css

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

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

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