#04131B

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

Shades of Black Pearl #04131B

Tints of Black Pearl #04131B

Color information

#04131B (or 0x04131B) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 1B. RGB value is (4,19,27). Sum of RGB (Red+Green+Blue) = 4+19+27=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #04131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131B is #FBECE4. Grayscale: #0F0F0F. Windows color (decimal): -16510181 or 1774340. OLE color: 1774340.

HSL color Cylindrical-coordinate representation of color #04131B: hue angle of 200.87º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04131B is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB41927-
CMYK0.850.3000.89
HSL200.87º74.19%6.08%-
HSV(B)200.87º85.19%10.59%-
XYZ0.480.571.12-
YUV15.43134.53119.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 27 (10.94% from 255) = 54%
R=8%
G=38%
B=54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal419270.850.3000.89200.8774.196.08
Hex4131B551E059c94a6
Octal423331253601313111126
Binary100100111101110101011111001011001110010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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