Html Css Color HEX #041216 Black Pearl

📋 copy color: '#041216'

red 4 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #041216

Tints of Black Pearl #041216

RGB

 RED value IS 4 (1.95% from 255) = 9.09%

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

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

R = 9.09%
G = 40.91%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#041216 (or 0x041216) is known color: Black Pearl. HEX triplet: 04, 12 and 16. RGB value is (4,18,22). Sum of RGB (Red+Green+Blue) = 4+18+22=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #041216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041216 is #FBEDE9. Grayscale: #0E0E0E. Windows color (decimal): -16510442 or 1446404. OLE color: 1446404.

HSL color Cylindrical-coordinate representation of color #041216: hue angle of 193.33º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #041216 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 4 18 22 -
CMYK 0.82 0.18 0 0.91
HSL 193.33º 0.69% 0.05% -
HSV(B) 193.33º 0.82% 0.09% -
XYZ 0.41 0.52 0.84 -
YUV 14.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 4 18 22 0.82 0.18 0 0.91 193.33 0.69 0.05
Hex 4 12 16 52 12 0 5B C1 45 5
Octal 4 22 26 122 22 0 133 301 105 5
Binary 100 10010 10110 1010010 10010 0 1011011 11000001 1000101 101

Color Harmonies of #041216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041216

Black with #041216

Text Example


Text Example

White with #041216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041216; }

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

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

background-color css

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

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

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

border-color css

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

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

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