Html Css Color HEX #040B11 Black Pearl

📋 copy color: '#040B11'

red 4 ◦ green 11 ◦ blue 17

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

Shades of Black Pearl #040B11

Tints of Black Pearl #040B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 53.13%

R = 12.5%
G = 34.38%
B = 53.13%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040B11 (or 0x040B11) is known color: Black Pearl. HEX triplet: 04, 0B and 11. RGB value is (4,11,17). Sum of RGB (Red+Green+Blue) = 4+11+17=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #040B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B11 is #FBF4EE. Grayscale: #090909. Windows color (decimal): -16512239 or 1116932. OLE color: 1116932.

HSL color Cylindrical-coordinate representation of color #040B11: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #040B11 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 11 17 -
CMYK 0.76 0.35 0 0.93
HSL 207.69º 0.62% 0.04% -
HSV(B) 207.69º 0.76% 0.07% -
XYZ 0.27 0.31 0.58 -
YUV 9.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 4 11 17 0.76 0.35 0 0.93 207.69 0.62 0.04
Hex 4 B 11 4C 23 0 5D D0 3E 4
Octal 4 13 21 114 43 0 135 320 76 4
Binary 100 1011 10001 1001100 100011 0 1011101 11010000 111110 100

Color Harmonies of #040B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B11

Black with #040B11

Text Example


Text Example

White with #040B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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