Html Css Color HEX #322714 Black Magic

📋 copy color: '#322714'

red 50 ◦ green 39 ◦ blue 20

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

Shades of Black Magic #322714

Tints of Black Magic #322714

RGB

 RED value IS 50 (19.92% from 255) = 45.87%

 GREEN value IS 39 (15.63% from 255) = 35.78%

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

R = 45.87%
G = 35.78%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#322714 (or 0x322714) is known color: Black Magic. HEX triplet: 32, 27 and 14. RGB value is (50,39,20). Sum of RGB (Red+Green+Blue) = 50+39+20=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #322714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322714 is #CDD8EB. Grayscale: #282828. Windows color (decimal): -13490412 or 1320754. OLE color: 1320754.

HSL color Cylindrical-coordinate representation of color #322714: hue angle of 38º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322714 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 39 20 -
CMYK 0 0.22 0.60 0.80
HSL 38º 0.43% 0.14% -
HSV(B) 38º 0.6% 0.2% -
XYZ 2.17 2.18 0.97 -
YUV 40.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 50 39 20 0 0.22 0.60 0.80 38 0.43 0.14
Hex 32 27 14 0 16 3C 50 26 2B E
Octal 62 47 24 0 26 74 120 46 53 16
Binary 110010 100111 10100 0 10110 111100 1010000 100110 101011 1110

Color Harmonies of #322714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322714

Black with #322714

Text Example


Text Example

White with #322714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322714; }

 p { color: rgb(50,39,20); }

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

background-color css

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

 a { background-color: rgb(50,39,20); }

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

border-color css

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

 span { border-color: rgb(50,39,20); }

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