#2F230D

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

Shades of Black Magic #2F230D

Tints of Black Magic #2F230D

Color information

#2F230D (or 0x2F230D) is unknown color: approx Black Magic. HEX triplet: 2F, 23 and 0D. RGB value is (47,35,13). Sum of RGB (Red+Green+Blue) = 47+35+13=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F230D is #D0DCF2. Grayscale: #242424. Windows color (decimal): -13688051 or 860975. OLE color: 860975.

HSL color Cylindrical-coordinate representation of color #2F230D: hue angle of 38.82º 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 #2F230D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB473513-
CMYK00.260.720.82
HSL38.82º56.67%11.76%-
HSV(B)38.82º72.34%18.43%-
XYZ1.851.840.64-
YUV36.08114.98135.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 49.47%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=49.47%
G=36.84%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47351300.260.720.8238.8256.6711.76
Hex2F23D01A48522739c
Octal574315032110122477114
Binary1011111000111101011010100100010100101001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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