#04141F

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

Shades of Black Pearl #04141F

Tints of Black Pearl #04141F

Color information

#04141F (or 0x04141F) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 1F. RGB value is (4,20,31). Sum of RGB (Red+Green+Blue) = 4+20+31=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #04141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141F is #FBEBE0. Grayscale: #101010. Windows color (decimal): -16509921 or 2036740. OLE color: 2036740.

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

Color convert

RGB42031-
CMYK0.870.3500.88
HSL204.44º77.14%6.86%-
HSV(B)204.44º87.1%12.16%-
XYZ0.550.631.39-
YUV16.47136.2119.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.27%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=7.27%
G=36.36%
B=56.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal420310.870.3500.88204.4477.146.86
Hex4141F5723058cc4d7
Octal424371274301303141157
Binary1001010011111101011110001101011000110011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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