Html Css Color HEX #332614 Black Magic

📋 copy color: '#332614'

red 51 ◦ green 38 ◦ blue 20

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

Shades of Black Magic #332614

Tints of Black Magic #332614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.35%

R = 46.79%
G = 34.86%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#332614 (or 0x332614) is known color: Black Magic. HEX triplet: 33, 26 and 14. RGB value is (51,38,20). Sum of RGB (Red+Green+Blue) = 51+38+20=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332614 is #CCD9EB. Grayscale: #272727. Windows color (decimal): -13425132 or 1320499. OLE color: 1320499.

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

Color convert

RGB 51 38 20 -
CMYK 0 0.25 0.61 0.8
HSL 34.84º 0.44% 0.14% -
HSV(B) 34.84º 0.61% 0.2% -
XYZ 2.18 2.14 0.96 -
YUV 39.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 51 38 20 0 0.25 0.61 0.8 34.84 0.44 0.14
Hex 33 26 14 0 19 3D 50 23 2C E
Octal 63 46 24 0 31 75 120 43 54 16
Binary 110011 100110 10100 0 11001 111101 1010000 100011 101100 1110

Color Harmonies of #332614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332614

Black with #332614

Text Example


Text Example

White with #332614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332614; }

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

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

background-color css

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

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

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

border-color css

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

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

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