#2B2314

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

Shades of Black Magic #2B2314

Tints of Black Magic #2B2314

Color information

#2B2314 (or 0x2B2314) is unknown color: approx Black Magic. HEX triplet: 2B, 23 and 14. RGB value is (43,35,20). Sum of RGB (Red+Green+Blue) = 43+35+20=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2314 is #D4DCEB. Grayscale: #232323. Windows color (decimal): -13950188 or 1319723. OLE color: 1319723.

HSL color Cylindrical-coordinate representation of color #2B2314: hue angle of 39.13º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2314 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB433520-
CMYK00.190.530.83
HSL39.13º36.51%12.35%-
HSV(B)39.13º53.49%16.86%-
XYZ1.721.770.91-
YUV35.68119.15133.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.88%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=43.88%
G=35.71%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43352000.190.530.8339.1336.5112.35
Hex2B231401335532725c
Octal53432402365123474514
Binary1010111000111010001001111010110100111001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,35,20); }

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

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

 a { background-color: rgb(43,35,20); }

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

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

 span { border-color: rgb(43,35,20); }

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