Html Css Color HEX #3B2B15 Black Magic

📋 copy color: '#3B2B15'

red 59 ◦ green 43 ◦ blue 21

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

Shades of Black Magic #3B2B15

Tints of Black Magic #3B2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

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

R = 47.97%
G = 34.96%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B2B15 (or 0x3B2B15) is known color: Black Magic. HEX triplet: 3B, 2B and 15. RGB value is (59,43,21). Sum of RGB (Red+Green+Blue) = 59+43+21=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B15 is #C4D4EA. Grayscale: #2D2D2D. Windows color (decimal): -12899563 or 1387323. OLE color: 1387323.

HSL color Cylindrical-coordinate representation of color #3B2B15: hue angle of 34.74º 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 #3B2B15 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 43 21 -
CMYK 0 0.27 0.64 0.77
HSL 34.74º 0.48% 0.16% -
HSV(B) 34.74º 0.64% 0.23% -
XYZ 2.8 2.71 1.09 -
YUV 45.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 59 43 21 0 0.27 0.64 0.77 34.74 0.48 0.16
Hex 3B 2B 15 0 1B 40 4D 23 30 10
Octal 73 53 25 0 33 100 115 43 60 20
Binary 111011 101011 10101 0 11011 1000000 1001101 100011 110000 10000

Color Harmonies of #3B2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2B15

Black with #3B2B15

Text Example


Text Example

White with #3B2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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