#040D1A

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

Shades of Black Pearl #040D1A

Tints of Black Pearl #040D1A

Color information

#040D1A (or 0x040D1A) is unknown color: approx Black Pearl. HEX triplet: 04, 0D and 1A. RGB value is (4,13,26). Sum of RGB (Red+Green+Blue) = 4+13+26=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #040D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D1A is #FBF2E5. Grayscale: #0B0B0B. Windows color (decimal): -16511718 or 1707268. OLE color: 1707268.

HSL color Cylindrical-coordinate representation of color #040D1A: hue angle of 215.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 #040D1A is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB41326-
CMYK0.850.500.90
HSL215.45º73.33%5.88%-
HSV(B)215.45º84.62%10.2%-
XYZ0.380.391.03-
YUV11.79136.02122.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 26 (10.55% from 255) = 60.47%
R=9.30%
G=30.23%
B=60.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal413260.850.500.90215.4573.335.88
Hex4D1A553205Ad7496
Octal415321256201323271116
Binary100110111010101010111001001011010110101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040D1A; }

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

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

<style>
 a { background-color: #040D1A; }

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

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

<style>
 span { border-color: #040D1A; }

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

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