#04181C

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

Shades of Black Pearl #04181C

Tints of Black Pearl #04181C

Color information

#04181C (or 0x04181C) is unknown color: approx Black Pearl. HEX triplet: 04, 18 and 1C. RGB value is (4,24,28). Sum of RGB (Red+Green+Blue) = 4+24+28=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #04181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04181C is #FBE7E3. Grayscale: #121212. Windows color (decimal): -16508900 or 1841156. OLE color: 1841156.

HSL color Cylindrical-coordinate representation of color #04181C: hue angle of 190º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04181C is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42428-
CMYK0.860.1400.89
HSL190º75%6.27%-
HSV(B)190º85.71%10.98%-
XYZ0.590.761.21-
YUV18.48133.37117.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 24 (9.77% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 50%
R=7.14%
G=42.86%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal424280.860.1400.89190756.27
Hex4181C56E059be4b6
Octal430341261601312761136
Binary10011000111001010110111001011001101111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04181C; }

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

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

<style>
 a { background-color: #04181C; }

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

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

<style>
 span { border-color: #04181C; }

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

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