#041014

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

Shades of Black Pearl #041014

Tints of Black Pearl #041014

Color information

#041014 (or 0x041014) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 14. RGB value is (4,16,20). Sum of RGB (Red+Green+Blue) = 4+16+20=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #041014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041014 is #FBEFEB. Grayscale: #0C0C0C. Windows color (decimal): -16510956 or 1314820. OLE color: 1314820.

HSL color Cylindrical-coordinate representation of color #041014: hue angle of 195º 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 #041014 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB41620-
CMYK0.800.2000.92
HSL195º66.67%4.71%-
HSV(B)195º80%7.84%-
XYZ0.360.450.73-
YUV12.87132.02121.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 16 (6.64% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal416200.800.2000.9219566.674.71
Hex41014501405Cc3435
Octal420241202401343031035
Binary100100001010010100001010001011100110000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041014; }

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

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

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

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

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

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

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

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