Html Css Color HEX #011113 Black Pearl

📋 copy color: '#011113'

red 1 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #011113

Tints of Black Pearl #011113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 45.95%

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

R = 2.7%
G = 45.95%
B = 51.35%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#011113 (or 0x011113) is known color: Black Pearl. HEX triplet: 01, 11 and 13. RGB value is (1,17,19). Sum of RGB (Red+Green+Blue) = 1+17+19=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #011113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011113 is #FEEEEC. Grayscale: #0C0C0C. Windows color (decimal): -16707309 or 1249537. OLE color: 1249537.

HSL color Cylindrical-coordinate representation of color #011113: hue angle of 186.67º 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 #011113 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 17 19 -
CMYK 0.95 0.11 0 0.93
HSL 186.67º 0.9% 0.04% -
HSV(B) 186.67º 0.95% 0.07% -
XYZ 0.33 0.45 0.69 -
YUV 12.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 1 17 19 0.95 0.11 0 0.93 186.67 0.9 0.04
Hex 1 11 13 5F B 0 5D BB 5A 4
Octal 1 21 23 137 13 0 135 273 132 4
Binary 1 10001 10011 1011111 1011 0 1011101 10111011 1011010 100

Color Harmonies of #011113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011113

Black with #011113

Text Example


Text Example

White with #011113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011113; }

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

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

background-color css

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

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

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

border-color css

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

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

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