#2F250D

Color #2F250D Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #2F250D

Tints of Black Magic #2F250D

Color information

#2F250D (or 0x2F250D) is unknown color: approx Black Magic. HEX triplet: 2F, 25 and 0D. RGB value is (47,37,13). Sum of RGB (Red+Green+Blue) = 47+37+13=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F250D is #D0DAF2. Grayscale: #252525. Windows color (decimal): -13687539 or 861487. OLE color: 861487.

HSL color Cylindrical-coordinate representation of color #2F250D: hue angle of 42.35º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F250D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB473713-
CMYK00.210.720.82
HSL42.35º56.67%11.76%-
HSV(B)42.35º72.34%18.43%-
XYZ1.911.960.66-
YUV37.25114.31134.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=48.45%
G=38.14%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47371300.210.720.8242.3556.6711.76
Hex2F25D01548522a39c
Octal574515025110122527114
Binary1011111001011101010101100100010100101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F250D; }

 p { color: rgb(47,37,13); }

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

<style>
 a { background-color: #2F250D; }

 a { background-color: rgb(47,37,13); }

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

<style>
 span { border-color: #2F250D; }

 span { border-color: rgb(47,37,13); }

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