Html Css Color HEX #011115 Black Pearl

📋 copy color: '#011115'

red 1 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #011115

Tints of Black Pearl #011115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 53.85%

R = 2.56%
G = 43.59%
B = 53.85%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#011115 (or 0x011115) is known color: Black Pearl. HEX triplet: 01, 11 and 15. RGB value is (1,17,21). Sum of RGB (Red+Green+Blue) = 1+17+21=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #011115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011115 is #FEEEEA. Grayscale: #0C0C0C. Windows color (decimal): -16707307 or 1380609. OLE color: 1380609.

HSL color Cylindrical-coordinate representation of color #011115: hue angle of 192º degrees, saturation: 0.91, 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 #011115 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 17 21 -
CMYK 0.95 0.19 0 0.92
HSL 192º 0.91% 0.04% -
HSV(B) 192º 0.95% 0.08% -
XYZ 0.35 0.46 0.78 -
YUV 12.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 1 17 21 0.95 0.19 0 0.92 192 0.91 0.04
Hex 1 11 15 5F 13 0 5C C0 5B 4
Octal 1 21 25 137 23 0 134 300 133 4
Binary 1 10001 10101 1011111 10011 0 1011100 11000000 1011011 100

Color Harmonies of #011115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011115

Black with #011115

Text Example


Text Example

White with #011115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011115; }

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

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

background-color css

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

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

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

border-color css

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

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

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