#04131F

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

Shades of Black Pearl #04131F

Tints of Black Pearl #04131F

Color information

#04131F (or 0x04131F) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 1F. RGB value is (4,19,31). Sum of RGB (Red+Green+Blue) = 4+19+31=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #04131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131F is #FBECE0. Grayscale: #0F0F0F. Windows color (decimal): -16510177 or 2036484. OLE color: 2036484.

HSL color Cylindrical-coordinate representation of color #04131F: hue angle of 206.67º 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 #04131F is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB41931-
CMYK0.870.3900.88
HSL206.67º77.14%6.86%-
HSV(B)206.67º87.1%12.16%-
XYZ0.530.591.38-
YUV15.88136.53119.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=7.41%
G=35.19%
B=57.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal419310.870.3900.88206.6777.146.86
Hex4131F5727058cf4d7
Octal423371274701303171157
Binary1001001111111101011110011101011000110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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