Html Css Color HEX #3B2E19 Black Magic

📋 copy color: '#3B2E19'

red 59 ◦ green 46 ◦ blue 25

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

Shades of Black Magic #3B2E19

Tints of Black Magic #3B2E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.38%

 BLUE value IS 25 (10.16% from 255) = 19.23%

R = 45.38%
G = 35.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#3B2E19 (or 0x3B2E19) is known color: Black Magic. HEX triplet: 3B, 2E and 19. RGB value is (59,46,25). Sum of RGB (Red+Green+Blue) = 59+46+25=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E19 is #C4D1E6. Grayscale: #2F2F2F. Windows color (decimal): -12898791 or 1650235. OLE color: 1650235.

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

Color convert

RGB 59 46 25 -
CMYK 0 0.22 0.58 0.77
HSL 37.06º 0.4% 0.16% -
HSV(B) 37.06º 0.58% 0.23% -
XYZ 2.96 2.95 1.33 -
YUV 47.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 59 46 25 0 0.22 0.58 0.77 37.06 0.4 0.16
Hex 3B 2E 19 0 16 3A 4D 25 28 10
Octal 73 56 31 0 26 72 115 45 50 20
Binary 111011 101110 11001 0 10110 111010 1001101 100101 101000 10000

Color Harmonies of #3B2E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2E19

Black with #3B2E19

Text Example


Text Example

White with #3B2E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,46,25); }

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

background-color css

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

 a { background-color: rgb(59,46,25); }

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

border-color css

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

 span { border-color: rgb(59,46,25); }

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