#04152D

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

Shades of Black Pearl #04152D

Tints of Black Pearl #04152D

Color information

#04152D (or 0x04152D) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 2D. RGB value is (4,21,45). Sum of RGB (Red+Green+Blue) = 4+21+45=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #04152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04152D is #FBEAD2. Grayscale: #121212. Windows color (decimal): -16509651 or 2954500. OLE color: 2954500.

HSL color Cylindrical-coordinate representation of color #04152D: hue angle of 215.12º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04152D is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42145-
CMYK0.910.5300.82
HSL215.12º83.67%9.61%-
HSV(B)215.12º91.11%17.65%-
XYZ0.790.752.59-
YUV18.65142.87117.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.71%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 45 (17.97% from 255) = 64.29%
R=5.71%
G=30%
B=64.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal421450.910.5300.82215.1283.679.61
Hex4152D5B35052d754a
Octal4255513365012232712412
Binary100101011011011011011110101010100101101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04152D; }

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

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

<style>
 a { background-color: #04152D; }

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

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

<style>
 span { border-color: #04152D; }

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

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