#04192F

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

Shades of Black Pearl #04192F

Tints of Black Pearl #04192F

Color information

#04192F (or 0x04192F) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 2F. RGB value is (4,25,47). Sum of RGB (Red+Green+Blue) = 4+25+47=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #04192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04192F is #FBE6D0. Grayscale: #151515. Windows color (decimal): -16508625 or 3086596. OLE color: 3086596.

HSL color Cylindrical-coordinate representation of color #04192F: hue angle of 210.7º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04192F is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42547-
CMYK0.910.4700.82
HSL210.7º84.31%10%-
HSV(B)210.7º91.49%18.43%-
XYZ0.910.932.82-
YUV21.23142.54115.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.26%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 47 (18.75% from 255) = 61.84%
R=5.26%
G=32.89%
B=61.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal425470.910.4700.82210.784.3110
Hex4192F5B2F052d354a
Octal4315713357012232312412
Binary100110011011111011011101111010100101101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04192F; }

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

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

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

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

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

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

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

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