#04182F

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

Shades of Black Pearl #04182F

Tints of Black Pearl #04182F

Color information

#04182F (or 0x04182F) is unknown color: approx Black Pearl. HEX triplet: 04, 18 and 2F. RGB value is (4,24,47). Sum of RGB (Red+Green+Blue) = 4+24+47=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #04182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04182F is #FBE7D0. Grayscale: #141414. Windows color (decimal): -16508881 or 3086340. OLE color: 3086340.

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

Color convert

RGB42447-
CMYK0.910.4900.82
HSL212.09º84.31%10%-
HSV(B)212.09º91.49%18.43%-
XYZ0.890.882.81-
YUV20.64142.87116.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 47 (18.75% from 255) = 62.67%
R=5.33%
G=32%
B=62.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal424470.910.4900.82212.0984.3110
Hex4182F5B31052d454a
Octal4305713361012232412412
Binary100110001011111011011110001010100101101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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