#04191F

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

Shades of Black Pearl #04191F

Tints of Black Pearl #04191F

Color information

#04191F (or 0x04191F) is unknown color: approx Black Pearl. HEX triplet: 04, 19 and 1F. RGB value is (4,25,31). Sum of RGB (Red+Green+Blue) = 4+25+31=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #04191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04191F is #FBE6E0. Grayscale: #131313. Windows color (decimal): -16508641 or 2038020. OLE color: 2038020.

HSL color Cylindrical-coordinate representation of color #04191F: hue angle of 193.33º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04191F is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42531-
CMYK0.870.1900.88
HSL193.33º77.14%6.86%-
HSV(B)193.33º87.1%12.16%-
XYZ0.650.821.42-
YUV19.4134.54117.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 25 (10.16% from 255) = 41.67%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=6.67%
G=41.67%
B=51.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal425310.870.1900.88193.3377.146.86
Hex4191F5713058c14d7
Octal431371272301303011157
Binary100110011111110101111001101011000110000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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