Html Css Color HEX #040D0F Black Pearl

📋 copy color: '#040D0F'

red 4 ◦ green 13 ◦ blue 15

#040D0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #040D0F

Tints of Black Pearl #040D0F

RGB

 RED value IS 4 (1.95% from 255) = 12.5%

 GREEN value IS 13 (5.47% from 255) = 40.63%

 BLUE value IS 15 (6.25% from 255) = 46.88%

R = 12.5%
G = 40.63%
B = 46.88%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040D0F (or 0x040D0F) is known color: Black Pearl. HEX triplet: 04, 0D and 0F. RGB value is (4,13,15). Sum of RGB (Red+Green+Blue) = 4+13+15=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #040D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D0F is #FBF2F0. Grayscale: #0A0A0A. Windows color (decimal): -16511729 or 986372. OLE color: 986372.

HSL color Cylindrical-coordinate representation of color #040D0F: hue angle of 190.91º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040D0F is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 13 15 -
CMYK 0.73 0.13 0 0.94
HSL 190.91º 0.58% 0.04% -
HSV(B) 190.91º 0.73% 0.06% -
XYZ 0.28 0.35 0.5 -
YUV 10.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 4 13 15 0.73 0.13 0 0.94 190.91 0.58 0.04
Hex 4 D F 49 D 0 5E BF 3A 4
Octal 4 15 17 111 15 0 136 277 72 4
Binary 100 1101 1111 1001001 1101 0 1011110 10111111 111010 100

Color Harmonies of #040D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D0F

Black with #040D0F

Text Example


Text Example

White with #040D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #040D0F;
 }
 .AnyTagClassName
 {
   color: #040D0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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