Html Css Color HEX #332913 Black Magic

📋 copy color: '#332913'

red 51 ◦ green 41 ◦ blue 19

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

Shades of Black Magic #332913

Tints of Black Magic #332913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.94%

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

R = 45.95%
G = 36.94%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332913 (or 0x332913) is known color: Black Magic. HEX triplet: 33, 29 and 13. RGB value is (51,41,19). Sum of RGB (Red+Green+Blue) = 51+41+19=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332913 is #CCD6EC. Grayscale: #292929. Windows color (decimal): -13424365 or 1255731. OLE color: 1255731.

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

Color convert

RGB 51 41 19 -
CMYK 0 0.20 0.63 0.8
HSL 41.25º 0.46% 0.14% -
HSV(B) 41.25º 0.63% 0.2% -
XYZ 2.28 2.34 0.95 -
YUV 41.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 51 41 19 0 0.20 0.63 0.8 41.25 0.46 0.14
Hex 33 29 13 0 14 3F 50 29 2E E
Octal 63 51 23 0 24 77 120 51 56 16
Binary 110011 101001 10011 0 10100 111111 1010000 101001 101110 1110

Color Harmonies of #332913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332913

Black with #332913

Text Example


Text Example

White with #332913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332913; }

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

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

background-color css

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

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

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

border-color css

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

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

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