Html Css Color HEX #001115 Black Pearl

📋 copy color: '#001115'

red 0 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #001115

Tints of Black Pearl #001115

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.74%
B = 55.26%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#001115 (or 0x001115) is known color: Black Pearl. HEX triplet: 00, 11 and 15. RGB value is (0,17,21). Sum of RGB (Red+Green+Blue) = 0+17+21=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #001115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001115 is #FFEEEA. Grayscale: #0C0C0C. Windows color (decimal): -16772843 or 1380608. OLE color: 1380608.

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

Color convert

RGB 0 17 21 -
CMYK 1 0.19 0 0.92
HSL 191.43º 1% 0.04% -
HSV(B) 191.43º 1% 0.08% -
XYZ 0.34 0.46 0.78 -
YUV 12.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 0 17 21 1 0.19 0 0.92 191.43 1 0.04
Hex 0 11 15 64 13 0 5C BF 64 4
Octal 0 21 25 144 23 0 134 277 144 4
Binary 0 10001 10101 1100100 10011 0 1011100 10111111 1100100 100

Color Harmonies of #001115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001115

Black with #001115

Text Example


Text Example

White with #001115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001115; }

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

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

background-color css

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

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

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

border-color css

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

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

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