Html Css Color HEX #332713 Black Magic

📋 copy color: '#332713'

red 51 ◦ green 39 ◦ blue 19

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

Shades of Black Magic #332713

Tints of Black Magic #332713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 46.79%
G = 35.78%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332713 (or 0x332713) is known color: Black Magic. HEX triplet: 33, 27 and 13. RGB value is (51,39,19). Sum of RGB (Red+Green+Blue) = 51+39+19=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332713 is #CCD8EC. Grayscale: #282828. Windows color (decimal): -13424877 or 1255219. OLE color: 1255219.

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

Color convert

RGB 51 39 19 -
CMYK 0 0.24 0.63 0.8
HSL 37.5º 0.46% 0.14% -
HSV(B) 37.5º 0.63% 0.2% -
XYZ 2.21 2.2 0.92 -
YUV 40.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 51 39 19 0 0.24 0.63 0.8 37.5 0.46 0.14
Hex 33 27 13 0 18 3F 50 26 2E E
Octal 63 47 23 0 30 77 120 46 56 16
Binary 110011 100111 10011 0 11000 111111 1010000 100110 101110 1110

Color Harmonies of #332713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332713

Black with #332713

Text Example


Text Example

White with #332713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332713; }

 p { color: rgb(51,39,19); }

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

background-color css

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

 a { background-color: rgb(51,39,19); }

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

border-color css

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

 span { border-color: rgb(51,39,19); }

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