Html Css Color HEX #3B2C17 Black Magic

📋 copy color: '#3B2C17'

red 59 ◦ green 44 ◦ blue 23

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

Shades of Black Magic #3B2C17

Tints of Black Magic #3B2C17

RGB

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

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

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

R = 46.83%
G = 34.92%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B2C17 (or 0x3B2C17) is known color: Black Magic. HEX triplet: 3B, 2C and 17. RGB value is (59,44,23). Sum of RGB (Red+Green+Blue) = 59+44+23=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2C17 is #C4D3E8. Grayscale: #2E2E2E. Windows color (decimal): -12899305 or 1518651. OLE color: 1518651.

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

Color convert

RGB 59 44 23 -
CMYK 0 0.25 0.61 0.77
HSL 35º 0.44% 0.16% -
HSV(B) 35º 0.61% 0.23% -
XYZ 2.86 2.79 1.2 -
YUV 46.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 59 44 23 0 0.25 0.61 0.77 35 0.44 0.16
Hex 3B 2C 17 0 19 3D 4D 23 2C 10
Octal 73 54 27 0 31 75 115 43 54 20
Binary 111011 101100 10111 0 11001 111101 1001101 100011 101100 10000

Color Harmonies of #3B2C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C17

Black with #3B2C17

Text Example


Text Example

White with #3B2C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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