#040B0D

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

Shades of Black Pearl #040B0D

Tints of Black Pearl #040B0D

Color information

#040B0D (or 0x040B0D) is unknown color: approx Black Pearl. HEX triplet: 04, 0B and 0D. RGB value is (4,11,13). Sum of RGB (Red+Green+Blue) = 4+11+13=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #040B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B0D is #FBF4F2. Grayscale: #090909. Windows color (decimal): -16512243 or 854788. OLE color: 854788.

HSL color Cylindrical-coordinate representation of color #040B0D: hue angle of 193.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #040B0D is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB41113-
CMYK0.690.1500.95
HSL193.33º52.94%3.33%-
HSV(B)193.33º69.23%5.1%-
XYZ0.240.290.42-
YUV9.14130.18124.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 11 (4.69% from 255) = 39.29%
BLUE value IS 13 (5.47% from 255) = 46.43%
R=14.29%
G=39.29%
B=46.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal411130.690.1500.95193.3352.943.33
Hex4BD45F05Fc1353
Octal41315105170137301653
Binary1001011110110001011111010111111100000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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