#04192D

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

Shades of Black Pearl #04192D

Tints of Black Pearl #04192D

Color information

#04192D (or 0x04192D) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 2D. RGB value is (4,25,45). Sum of RGB (Red+Green+Blue) = 4+25+45=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #04192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04192D is #FBE6D2. Grayscale: #141414. Windows color (decimal): -16508627 or 2955524. OLE color: 2955524.

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

Color convert

RGB42545-
CMYK0.910.4400.82
HSL209.27º83.67%9.61%-
HSV(B)209.27º91.11%17.65%-
XYZ0.870.912.61-
YUV21141.54115.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=5.41%
G=33.78%
B=60.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal425450.910.4400.82209.2783.679.61
Hex4192D5B2C052d154a
Octal4315513354012232112412
Binary100110011011011011011101100010100101101000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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