Html Css Color HEX #332610 Black Magic

📋 copy color: '#332610'

red 51 ◦ green 38 ◦ blue 16

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

Shades of Black Magic #332610

Tints of Black Magic #332610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.24%

R = 48.57%
G = 36.19%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#332610 (or 0x332610) is known color: Black Magic. HEX triplet: 33, 26 and 10. RGB value is (51,38,16). Sum of RGB (Red+Green+Blue) = 51+38+16=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332610 is #CCD9EF. Grayscale: #272727. Windows color (decimal): -13425136 or 1058355. OLE color: 1058355.

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

Color convert

RGB 51 38 16 -
CMYK 0 0.25 0.69 0.8
HSL 37.71º 0.52% 0.13% -
HSV(B) 37.71º 0.69% 0.2% -
XYZ 2.15 2.13 0.79 -
YUV 39.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 51 38 16 0 0.25 0.69 0.8 37.71 0.52 0.13
Hex 33 26 10 0 19 45 50 26 34 D
Octal 63 46 20 0 31 105 120 46 64 15
Binary 110011 100110 10000 0 11001 1000101 1010000 100110 110100 1101

Color Harmonies of #332610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332610

Black with #332610

Text Example


Text Example

White with #332610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332610; }

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

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

background-color css

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

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

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

border-color css

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

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

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