Html Css Color HEX #001116 Black Pearl

📋 copy color: '#001116'

red 0 ◦ green 17 ◦ blue 22

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

Shades of Black Pearl #001116

Tints of Black Pearl #001116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 56.41%

R = 0%
G = 43.59%
B = 56.41%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001116 (or 0x001116) is known color: Black Pearl. HEX triplet: 00, 11 and 16. RGB value is (0,17,22). Sum of RGB (Red+Green+Blue) = 0+17+22=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #001116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001116 is #FFEEE9. Grayscale: #0C0C0C. Windows color (decimal): -16772842 or 1446144. OLE color: 1446144.

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

Color convert

RGB 0 17 22 -
CMYK 1 0.23 0 0.91
HSL 193.64º 1% 0.04% -
HSV(B) 193.64º 1% 0.09% -
XYZ 0.35 0.46 0.83 -
YUV 12.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 0 17 22 1 0.23 0 0.91 193.64 1 0.04
Hex 0 11 16 64 17 0 5B C2 64 4
Octal 0 21 26 144 27 0 133 302 144 4
Binary 0 10001 10110 1100100 10111 0 1011011 11000010 1100100 100

Color Harmonies of #001116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001116

Black with #001116

Text Example


Text Example

White with #001116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001116; }

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

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

background-color css

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

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

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

border-color css

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

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

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