#041925

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

Shades of Black Pearl #041925

Tints of Black Pearl #041925

Color information

#041925 (or 0x041925) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 25. RGB value is (4,25,37). Sum of RGB (Red+Green+Blue) = 4+25+37=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #041925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041925 is #FBE6DA. Grayscale: #141414. Windows color (decimal): -16508635 or 2431236. OLE color: 2431236.

HSL color Cylindrical-coordinate representation of color #041925: hue angle of 201.82º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041925 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB42537-
CMYK0.890.3200.85
HSL201.82º80.49%8.04%-
HSV(B)201.82º89.19%14.51%-
XYZ0.730.851.88-
YUV20.09137.54116.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 25 (10.16% from 255) = 37.88%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=6.06%
G=37.88%
B=56.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal425370.890.3200.85201.8280.498.04
Hex419255920055ca508
Octal4314513140012531212010
Binary100110011001011011001100000010101011100101010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041925; }

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

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

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

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

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

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

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

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