#041114

Color #041114 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #041114

Tints of Black Pearl #041114

Color information

#041114 (or 0x041114) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 14. RGB value is (4,17,20). Sum of RGB (Red+Green+Blue) = 4+17+20=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #041114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041114 is #FBEEEB. Grayscale: #0D0D0D. Windows color (decimal): -16510700 or 1315076. OLE color: 1315076.

HSL color Cylindrical-coordinate representation of color #041114: hue angle of 191.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #041114 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB41720-
CMYK0.800.1500.92
HSL191.25º66.67%4.71%-
HSV(B)191.25º80%7.84%-
XYZ0.380.480.73-
YUV13.45131.69121.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=9.76%
G=41.46%
B=48.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal417200.800.1500.92191.2566.674.71
Hex4111450F05Cbf435
Octal421241201701342771035
Binary10010001101001010000111101011100101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041114; }

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

 H1.HeaderClassName
 {
   color: #041114;
 }
 .AnyTagClassName
 {
   color: #041114;
 }
</style>
background-color css

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

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

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

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

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

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