#04182D

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

Shades of Black Pearl #04182D

Tints of Black Pearl #04182D

Color information

#04182D (or 0x04182D) is unknown color: approx Black Pearl. HEX triplet: 04, 18 and 2D. RGB value is (4,24,45). Sum of RGB (Red+Green+Blue) = 4+24+45=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #04182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04182D is #FBE7D2. Grayscale: #141414. Windows color (decimal): -16508883 or 2955268. OLE color: 2955268.

HSL color Cylindrical-coordinate representation of color #04182D: hue angle of 210.73º 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 #04182D is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42445-
CMYK0.910.4700.82
HSL210.73º83.67%9.61%-
HSV(B)210.73º91.11%17.65%-
XYZ0.850.872.61-
YUV20.41141.87116.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 45 (17.97% from 255) = 61.64%
R=5.48%
G=32.88%
B=61.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal424450.910.4700.82210.7383.679.61
Hex4182D5B2F052d354a
Octal4305513357012232312412
Binary100110001011011011011101111010100101101001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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