Html Css Color HEX #332511 Black Magic

📋 copy color: '#332511'

red 51 ◦ green 37 ◦ blue 17

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

Shades of Black Magic #332511

Tints of Black Magic #332511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.24%

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

R = 48.57%
G = 35.24%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#332511 (or 0x332511) is known color: Black Magic. HEX triplet: 33, 25 and 11. RGB value is (51,37,17). Sum of RGB (Red+Green+Blue) = 51+37+17=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332511 is #CCDAEE. Grayscale: #262626. Windows color (decimal): -13425391 or 1123635. OLE color: 1123635.

HSL color Cylindrical-coordinate representation of color #332511: hue angle of 35.29º 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 #332511 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 17 -
CMYK 0 0.27 0.67 0.8
HSL 35.29º 0.5% 0.13% -
HSV(B) 35.29º 0.67% 0.2% -
XYZ 2.13 2.07 0.82 -
YUV 38.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 51 37 17 0 0.27 0.67 0.8 35.29 0.5 0.13
Hex 33 25 11 0 1B 43 50 23 32 D
Octal 63 45 21 0 33 103 120 43 62 15
Binary 110011 100101 10001 0 11011 1000011 1010000 100011 110010 1101

Color Harmonies of #332511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332511

Black with #332511

Text Example


Text Example

White with #332511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332511; }

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

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

background-color css

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

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

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

border-color css

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

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

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