#04151A

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

Shades of Black Pearl #04151A

Tints of Black Pearl #04151A

Color information

#04151A (or 0x04151A) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 1A. RGB value is (4,21,26). Sum of RGB (Red+Green+Blue) = 4+21+26=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #04151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04151A is #FBEAE5. Grayscale: #101010. Windows color (decimal): -16509670 or 1709316. OLE color: 1709316.

HSL color Cylindrical-coordinate representation of color #04151A: hue angle of 193.64º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04151A is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB42126-
CMYK0.850.1900.90
HSL193.64º73.33%5.88%-
HSV(B)193.64º84.62%10.2%-
XYZ0.50.641.07-
YUV16.49133.37119.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=7.84%
G=41.18%
B=50.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal421260.850.1900.90193.6473.335.88
Hex4151A551305Ac2496
Octal425321252301323021116
Binary100101011101010101011001101011010110000101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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