#041930

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

Shades of Black Pearl #041930

Tints of Black Pearl #041930

Color information

#041930 (or 0x041930) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 30. RGB value is (4,25,48). Sum of RGB (Red+Green+Blue) = 4+25+48=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #041930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041930 is #FBE6CF. Grayscale: #151515. Windows color (decimal): -16508624 or 3152132. OLE color: 3152132.

HSL color Cylindrical-coordinate representation of color #041930: hue angle of 211.36º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041930 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42548-
CMYK0.920.4800.81
HSL211.36º84.62%10.2%-
HSV(B)211.36º91.67%18.82%-
XYZ0.930.932.93-
YUV21.34143.04115.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=5.19%
G=32.47%
B=62.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal425480.920.4800.81211.3684.6210.2
Hex419305C30051d355a
Octal4316013460012132312512
Binary100110011100001011100110000010100011101001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041930; }

 p { color: rgb(4,25,48); }

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

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

 a { background-color: rgb(4,25,48); }

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

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

 span { border-color: rgb(4,25,48); }

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