Html Css Color HEX #001216 Black Pearl

📋 copy color: '#001216'

red 0 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #001216

Tints of Black Pearl #001216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 45%

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

R = 0%
G = 45%
B = 55%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001216 (or 0x001216) is known color: Black Pearl. HEX triplet: 00, 12 and 16. RGB value is (0,18,22). Sum of RGB (Red+Green+Blue) = 0+18+22=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #001216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001216 is #FFEDE9. Grayscale: #0D0D0D. Windows color (decimal): -16772586 or 1446400. OLE color: 1446400.

HSL color Cylindrical-coordinate representation of color #001216: hue angle of 190.91º 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 #001216 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 18 22 -
CMYK 1 0.18 0 0.91
HSL 190.91º 1% 0.04% -
HSV(B) 190.91º 1% 0.09% -
XYZ 0.36 0.49 0.83 -
YUV 13.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 0 18 22 1 0.18 0 0.91 190.91 1 0.04
Hex 0 12 16 64 12 0 5B BF 64 4
Octal 0 22 26 144 22 0 133 277 144 4
Binary 0 10010 10110 1100100 10010 0 1011011 10111111 1100100 100

Color Harmonies of #001216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001216

Black with #001216

Text Example


Text Example

White with #001216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001216; }

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

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

background-color css

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

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

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

border-color css

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

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

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