#041319

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

Shades of Black Pearl #041319

Tints of Black Pearl #041319

Color information

#041319 (or 0x041319) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 19. RGB value is (4,19,25). Sum of RGB (Red+Green+Blue) = 4+19+25=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #041319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041319 is #FBECE6. Grayscale: #0F0F0F. Windows color (decimal): -16510183 or 1643268. OLE color: 1643268.

HSL color Cylindrical-coordinate representation of color #041319: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #041319 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41925-
CMYK0.840.2400.90
HSL197.14º72.41%5.69%-
HSV(B)197.14º84%9.8%-
XYZ0.460.561-
YUV15.2133.53120.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=8.33%
G=39.58%
B=52.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal419250.840.2400.90197.1472.415.69
Hex41319541805Ac5486
Octal423311243001323051106
Binary100100111100110101001100001011010110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041319; }

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

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

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

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

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

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

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

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