#041936

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

Shades of Black Pearl #041936

Tints of Black Pearl #041936

Color information

#041936 (or 0x041936) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 36. RGB value is (4,25,54). Sum of RGB (Red+Green+Blue) = 4+25+54=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #041936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041936 is #FBE6C9. Grayscale: #151515. Windows color (decimal): -16508618 or 3545348. OLE color: 3545348.

HSL color Cylindrical-coordinate representation of color #041936: hue angle of 214.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041936 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB42554-
CMYK0.930.5400.79
HSL214.8º86.21%11.37%-
HSV(B)214.8º92.59%21.18%-
XYZ1.060.993.62-
YUV22.03146.04115.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 54 (21.48% from 255) = 65.06%
R=4.82%
G=30.12%
B=65.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal425540.930.5400.79214.886.2111.37
Hex419365D3604Fd756b
Octal4316613566011732712613
Binary100110011101101011101110110010011111101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041936; }

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

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

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

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

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

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

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

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