Html Css Color HEX #332611 Black Magic

📋 copy color: '#332611'

red 51 ◦ green 38 ◦ blue 17

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

Shades of Black Magic #332611

Tints of Black Magic #332611

RGB

 RED value IS 51 (20.31% from 255) = 48.11%

 GREEN value IS 38 (15.23% from 255) = 35.85%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 48.11%
G = 35.85%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#332611 (or 0x332611) is known color: Black Magic. HEX triplet: 33, 26 and 11. RGB value is (51,38,17). Sum of RGB (Red+Green+Blue) = 51+38+17=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332611 is #CCD9EE. Grayscale: #272727. Windows color (decimal): -13425135 or 1123891. OLE color: 1123891.

HSL color Cylindrical-coordinate representation of color #332611: hue angle of 37.06º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332611 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 38 17 -
CMYK 0 0.25 0.67 0.8
HSL 37.06º 0.5% 0.13% -
HSV(B) 37.06º 0.67% 0.2% -
XYZ 2.16 2.13 0.83 -
YUV 39.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 51 38 17 0 0.25 0.67 0.8 37.06 0.5 0.13
Hex 33 26 11 0 19 43 50 25 32 D
Octal 63 46 21 0 31 103 120 45 62 15
Binary 110011 100110 10001 0 11001 1000011 1010000 100101 110010 1101

Color Harmonies of #332611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332611

Black with #332611

Text Example


Text Example

White with #332611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332611; }

 p { color: rgb(51,38,17); }

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

background-color css

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

 a { background-color: rgb(51,38,17); }

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

border-color css

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

 span { border-color: rgb(51,38,17); }

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