Html Css Color HEX #3B2B13 Black Magic

📋 copy color: '#3B2B13'

red 59 ◦ green 43 ◦ blue 19

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

Shades of Black Magic #3B2B13

Tints of Black Magic #3B2B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 48.76%
G = 35.54%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B2B13 (or 0x3B2B13) is known color: Black Magic. HEX triplet: 3B, 2B and 13. RGB value is (59,43,19). Sum of RGB (Red+Green+Blue) = 59+43+19=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B13 is #C4D4EC. Grayscale: #2D2D2D. Windows color (decimal): -12899565 or 1256251. OLE color: 1256251.

HSL color Cylindrical-coordinate representation of color #3B2B13: hue angle of 36º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2B13 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 43 19 -
CMYK 0 0.27 0.68 0.77
HSL 36º 0.51% 0.15% -
HSV(B) 36º 0.68% 0.23% -
XYZ 2.79 2.7 0.99 -
YUV 45.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 59 43 19 0 0.27 0.68 0.77 36 0.51 0.15
Hex 3B 2B 13 0 1B 44 4D 24 33 F
Octal 73 53 23 0 33 104 115 44 63 17
Binary 111011 101011 10011 0 11011 1000100 1001101 100100 110011 1111

Color Harmonies of #3B2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2B13

Black with #3B2B13

Text Example


Text Example

White with #3B2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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