Html Css Color HEX #332813 Black Magic

📋 copy color: '#332813'

red 51 ◦ green 40 ◦ blue 19

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

Shades of Black Magic #332813

Tints of Black Magic #332813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

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

R = 46.36%
G = 36.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332813 (or 0x332813) is known color: Black Magic. HEX triplet: 33, 28 and 13. RGB value is (51,40,19). Sum of RGB (Red+Green+Blue) = 51+40+19=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332813 is #CCD7EC. Grayscale: #282828. Windows color (decimal): -13424621 or 1255475. OLE color: 1255475.

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

Color convert

RGB 51 40 19 -
CMYK 0 0.22 0.63 0.8
HSL 39.38º 0.46% 0.14% -
HSV(B) 39.38º 0.63% 0.2% -
XYZ 2.24 2.27 0.94 -
YUV 40.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 51 40 19 0 0.22 0.63 0.8 39.38 0.46 0.14
Hex 33 28 13 0 16 3F 50 27 2E E
Octal 63 50 23 0 26 77 120 47 56 16
Binary 110011 101000 10011 0 10110 111111 1010000 100111 101110 1110

Color Harmonies of #332813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332813

Black with #332813

Text Example


Text Example

White with #332813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332813; }

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

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

background-color css

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

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

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

border-color css

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

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

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