Html Css Color HEX #3B2C15 Black Magic

📋 copy color: '#3B2C15'

red 59 ◦ green 44 ◦ blue 21

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

Shades of Black Magic #3B2C15

Tints of Black Magic #3B2C15

RGB

 RED value IS 59 (23.44% from 255) = 47.58%

 GREEN value IS 44 (17.58% from 255) = 35.48%

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 47.58%
G = 35.48%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B2C15 (or 0x3B2C15) is known color: Black Magic. HEX triplet: 3B, 2C and 15. RGB value is (59,44,21). Sum of RGB (Red+Green+Blue) = 59+44+21=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C15 is #C4D3EA. Grayscale: #2D2D2D. Windows color (decimal): -12899307 or 1387579. OLE color: 1387579.

HSL color Cylindrical-coordinate representation of color #3B2C15: hue angle of 36.32º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B2C15 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 44 21 -
CMYK 0 0.25 0.64 0.77
HSL 36.32º 0.48% 0.16% -
HSV(B) 36.32º 0.64% 0.23% -
XYZ 2.84 2.79 1.1 -
YUV 45.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 59 44 21 0 0.25 0.64 0.77 36.32 0.48 0.16
Hex 3B 2C 15 0 19 40 4D 24 30 10
Octal 73 54 25 0 31 100 115 44 60 20
Binary 111011 101100 10101 0 11001 1000000 1001101 100100 110000 10000

Color Harmonies of #3B2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C15

Black with #3B2C15

Text Example


Text Example

White with #3B2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2C15; }

 p { color: rgb(59,44,21); }

 H1.HeaderClassName
 {
   color: #3B2C15;
 }
 .AnyTagClassName
 {
   color: #3B2C15;
 }
</style>

background-color css

<style>
 a { background-color: #3B2C15; }

 a { background-color: rgb(59,44,21); }

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

border-color css

<style>
 span { border-color: #3B2C15; }

 span { border-color: rgb(59,44,21); }

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