#2F2A1F

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

Shades of Black Magic #2F2A1F

Tints of Black Magic #2F2A1F

Color information

#2F2A1F (or 0x2F2A1F) is unknown color: approx Black Magic. HEX triplet: 2F, 2A and 1F. RGB value is (47,42,31). Sum of RGB (Red+Green+Blue) = 47+42+31=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2A1F is #D0D5E0. Grayscale: #2A2A2A. Windows color (decimal): -13686241 or 2042415. OLE color: 2042415.

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

Color convert

RGB474231-
CMYK00.110.340.82
HSL41.25º20.51%15.29%-
HSV(B)41.25º34.04%18.43%-
XYZ2.252.361.63-
YUV42.24121.66131.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.17%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=39.17%
G=35%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47423100.110.340.8241.2520.5115.29
Hex2F2A1F0B22522915f
Octal57523701342122512517
Binary10111110101011111010111000101010010101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,42,31); }

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

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

 a { background-color: rgb(47,42,31); }

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

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

 span { border-color: rgb(47,42,31); }

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