Html Css Color HEX #040A0F Black Pearl

📋 copy color: '#040A0F'

red 4 ◦ green 10 ◦ blue 15

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

Shades of Black Pearl #040A0F

Tints of Black Pearl #040A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 34.48%

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

R = 13.79%
G = 34.48%
B = 51.72%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040A0F (or 0x040A0F) is known color: Black Pearl. HEX triplet: 04, 0A and 0F. RGB value is (4,10,15). Sum of RGB (Red+Green+Blue) = 4+10+15=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #040A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A0F is #FBF5F0. Grayscale: #080808. Windows color (decimal): -16512497 or 985604. OLE color: 985604.

HSL color Cylindrical-coordinate representation of color #040A0F: hue angle of 207.27º 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 #040A0F is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 10 15 -
CMYK 0.73 0.33 0 0.94
HSL 207.27º 0.58% 0.04% -
HSV(B) 207.27º 0.73% 0.06% -
XYZ 0.24 0.28 0.49 -
YUV 8.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 4 10 15 0.73 0.33 0 0.94 207.27 0.58 0.04
Hex 4 A F 49 21 0 5E CF 3A 4
Octal 4 12 17 111 41 0 136 317 72 4
Binary 100 1010 1111 1001001 100001 0 1011110 11001111 111010 100

Color Harmonies of #040A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A0F

Black with #040A0F

Text Example


Text Example

White with #040A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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