Html Css Color HEX #041112 Black Pearl

📋 copy color: '#041112'

red 4 ◦ green 17 ◦ blue 18

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

Shades of Black Pearl #041112

Tints of Black Pearl #041112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 10.26%
G = 43.59%
B = 46.15%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#041112 (or 0x041112) is known color: Black Pearl. HEX triplet: 04, 11 and 12. RGB value is (4,17,18). Sum of RGB (Red+Green+Blue) = 4+17+18=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #041112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041112 is #FBEEED. Grayscale: #0D0D0D. Windows color (decimal): -16510702 or 1184004. OLE color: 1184004.

HSL color Cylindrical-coordinate representation of color #041112: hue angle of 184.29º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041112 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 17 18 -
CMYK 0.78 0.06 0 0.93
HSL 184.29º 0.64% 0.04% -
HSV(B) 184.29º 0.78% 0.07% -
XYZ 0.36 0.47 0.64 -
YUV 13.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 4 17 18 0.78 0.06 0 0.93 184.29 0.64 0.04
Hex 4 11 12 4E 6 0 5D B8 40 4
Octal 4 21 22 116 6 0 135 270 100 4
Binary 100 10001 10010 1001110 110 0 1011101 10111000 1000000 100

Color Harmonies of #041112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041112

Black with #041112

Text Example


Text Example

White with #041112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041112; }

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

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

background-color css

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

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

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

border-color css

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

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

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