#04131E

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

Shades of Black Pearl #04131E

Tints of Black Pearl #04131E

Color information

#04131E (or 0x04131E) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 1E. RGB value is (4,19,30). Sum of RGB (Red+Green+Blue) = 4+19+30=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #04131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131E is #FBECE1. Grayscale: #0F0F0F. Windows color (decimal): -16510178 or 1970948. OLE color: 1970948.

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

Color convert

RGB41930-
CMYK0.870.3700.88
HSL205.38º76.47%6.67%-
HSV(B)205.38º86.67%11.76%-
XYZ0.520.591.31-
YUV15.77136.03119.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 30 (12.11% from 255) = 56.60%
R=7.55%
G=35.85%
B=56.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal419300.870.3700.88205.3876.476.67
Hex4131E5725058cd4c7
Octal423361274501303151147
Binary1001001111110101011110010101011000110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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