#041314

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

Shades of Black Pearl #041314

Tints of Black Pearl #041314

Color information

#041314 (or 0x041314) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 14. RGB value is (4,19,20). Sum of RGB (Red+Green+Blue) = 4+19+20=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #041314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041314 is #FBECEB. Grayscale: #0E0E0E. Windows color (decimal): -16510188 or 1315588. OLE color: 1315588.

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

Color convert

RGB41920-
CMYK0.800.0500.92
HSL183.75º66.67%4.71%-
HSV(B)183.75º80%7.84%-
XYZ0.410.540.74-
YUV14.63131.03120.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=9.30%
G=44.19%
B=46.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal419200.800.0500.92183.7566.674.71
Hex4131450505Cb8435
Octal42324120501342701035
Binary1001001110100101000010101011100101110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041314; }

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

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

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

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

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

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

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

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