Html Css Color HEX #040B16 Black Pearl

📋 copy color: '#040B16'

red 4 ◦ green 11 ◦ blue 22

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

Shades of Black Pearl #040B16

Tints of Black Pearl #040B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 29.73%

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

R = 10.81%
G = 29.73%
B = 59.46%

CMYK

 C value IS 0.82

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040B16 (or 0x040B16) is known color: Black Pearl. HEX triplet: 04, 0B and 16. RGB value is (4,11,22). Sum of RGB (Red+Green+Blue) = 4+11+22=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #040B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B16 is #FBF4E9. Grayscale: #0A0A0A. Windows color (decimal): -16512234 or 1444612. OLE color: 1444612.

HSL color Cylindrical-coordinate representation of color #040B16: hue angle of 216.67º 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 #040B16 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 4 11 22 -
CMYK 0.82 0.5 0 0.91
HSL 216.67º 0.69% 0.05% -
HSV(B) 216.67º 0.82% 0.09% -
XYZ 0.31 0.32 0.8 -
YUV 10.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 4 11 22 0.82 0.5 0 0.91 216.67 0.69 0.05
Hex 4 B 16 52 32 0 5B D9 45 5
Octal 4 13 26 122 62 0 133 331 105 5
Binary 100 1011 10110 1010010 110010 0 1011011 11011001 1000101 101

Color Harmonies of #040B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B16

Black with #040B16

Text Example


Text Example

White with #040B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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