#04192E

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

Shades of Black Pearl #04192E

Tints of Black Pearl #04192E

Color information

#04192E (or 0x04192E) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 2E. RGB value is (4,25,46). Sum of RGB (Red+Green+Blue) = 4+25+46=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #04192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04192E is #FBE6D1. Grayscale: #151515. Windows color (decimal): -16508626 or 3021060. OLE color: 3021060.

HSL color Cylindrical-coordinate representation of color #04192E: hue angle of 210º 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 #04192E is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42546-
CMYK0.910.4600.82
HSL210º84%9.8%-
HSV(B)210º91.3%18.04%-
XYZ0.890.922.72-
YUV21.12142.04115.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 61.33%
R=5.33%
G=33.33%
B=61.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal425460.910.4600.82210849.8
Hex4192E5B2E052d254a
Octal4315613356012232212412
Binary100110011011101011011101110010100101101001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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