Html Css Color HEX #332A15 Black Magic

📋 copy color: '#332A15'

red 51 ◦ green 42 ◦ blue 21

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

Shades of Black Magic #332A15

Tints of Black Magic #332A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 36.84%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 44.74%
G = 36.84%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#332A15 (or 0x332A15) is known color: Black Magic. HEX triplet: 33, 2A and 15. RGB value is (51,42,21). Sum of RGB (Red+Green+Blue) = 51+42+21=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A15 is #CCD5EA. Grayscale: #2A2A2A. Windows color (decimal): -13424107 or 1387059. OLE color: 1387059.

HSL color Cylindrical-coordinate representation of color #332A15: hue angle of 42º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332A15 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 42 21 -
CMYK 0 0.18 0.59 0.8
HSL 42º 0.42% 0.14% -
HSV(B) 42º 0.59% 0.2% -
XYZ 2.33 2.41 1.05 -
YUV 42.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 51 42 21 0 0.18 0.59 0.8 42 0.42 0.14
Hex 33 2A 15 0 12 3B 50 2A 2A E
Octal 63 52 25 0 22 73 120 52 52 16
Binary 110011 101010 10101 0 10010 111011 1010000 101010 101010 1110

Color Harmonies of #332A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A15

Black with #332A15

Text Example


Text Example

White with #332A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332A15; }

 p { color: rgb(51,42,21); }

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

background-color css

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

 a { background-color: rgb(51,42,21); }

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

border-color css

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

 span { border-color: rgb(51,42,21); }

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