#04191D

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

Shades of Black Pearl #04191D

Tints of Black Pearl #04191D

Color information

#04191D (or 0x04191D) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 1D. RGB value is (4,25,29). Sum of RGB (Red+Green+Blue) = 4+25+29=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #04191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04191D is #FBE6E2. Grayscale: #131313. Windows color (decimal): -16508643 or 1906948. OLE color: 1906948.

HSL color Cylindrical-coordinate representation of color #04191D: hue angle of 189.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04191D is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42529-
CMYK0.860.1400.89
HSL189.6º75.76%6.47%-
HSV(B)189.6º86.21%11.37%-
XYZ0.620.811.29-
YUV19.18133.54117.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 25 (10.16% from 255) = 43.10%
BLUE value IS 29 (11.72% from 255) = 50%
R=6.90%
G=43.10%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal425290.860.1400.89189.675.766.47
Hex4191D56E059be4c6
Octal431351261601312761146
Binary10011001111011010110111001011001101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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