#04181A

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

Shades of Black Pearl #04181A

Tints of Black Pearl #04181A

Color information

#04181A (or 0x04181A) is unknown color: approx Black Pearl. HEX triplet: 04, 18 and 1A. RGB value is (4,24,26). Sum of RGB (Red+Green+Blue) = 4+24+26=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #04181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04181A is #FBE7E5. Grayscale: #121212. Windows color (decimal): -16508902 or 1710084. OLE color: 1710084.

HSL color Cylindrical-coordinate representation of color #04181A: hue angle of 185.45º 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 #04181A is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB42426-
CMYK0.850.0800.90
HSL185.45º73.33%5.88%-
HSV(B)185.45º84.62%10.2%-
XYZ0.560.751.09-
YUV18.25132.37117.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=7.41%
G=44.44%
B=48.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal424260.850.0800.90185.4573.335.88
Hex4181A55805Ab9496
Octal430321251001322711116
Binary10011000110101010101100001011010101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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