#04151F

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

Shades of Black Pearl #04151F

Tints of Black Pearl #04151F

Color information

#04151F (or 0x04151F) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 1F. RGB value is (4,21,31). Sum of RGB (Red+Green+Blue) = 4+21+31=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #04151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04151F is #FBEAE0. Grayscale: #111111. Windows color (decimal): -16509665 or 2036996. OLE color: 2036996.

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

Color convert

RGB42131-
CMYK0.870.3200.88
HSL202.22º77.14%6.86%-
HSV(B)202.22º87.1%12.16%-
XYZ0.570.661.39-
YUV17.06135.87118.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=7.14%
G=37.5%
B=55.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal421310.870.3200.88202.2277.146.86
Hex4151F5720058ca4d7
Octal425371274001303121157
Binary1001010111111101011110000001011000110010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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