Html Css Color HEX #3B2E17 Black Magic

📋 copy color: '#3B2E17'

red 59 ◦ green 46 ◦ blue 23

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

Shades of Black Magic #3B2E17

Tints of Black Magic #3B2E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 46.09%
G = 35.94%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B2E17 (or 0x3B2E17) is known color: Black Magic. HEX triplet: 3B, 2E and 17. RGB value is (59,46,23). Sum of RGB (Red+Green+Blue) = 59+46+23=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E17 is #C4D1E8. Grayscale: #2F2F2F. Windows color (decimal): -12898793 or 1519163. OLE color: 1519163.

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

Color convert

RGB 59 46 23 -
CMYK 0 0.22 0.61 0.77
HSL 38.33º 0.44% 0.16% -
HSV(B) 38.33º 0.61% 0.23% -
XYZ 2.94 2.95 1.22 -
YUV 47.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 59 46 23 0 0.22 0.61 0.77 38.33 0.44 0.16
Hex 3B 2E 17 0 16 3D 4D 26 2C 10
Octal 73 56 27 0 26 75 115 46 54 20
Binary 111011 101110 10111 0 10110 111101 1001101 100110 101100 10000

Color Harmonies of #3B2E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2E17

Black with #3B2E17

Text Example


Text Example

White with #3B2E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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