Html Css Color HEX #332B13 Black Magic

📋 copy color: '#332B13'

red 51 ◦ green 43 ◦ blue 19

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

Shades of Black Magic #332B13

Tints of Black Magic #332B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.05%

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

R = 45.13%
G = 38.05%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332B13 (or 0x332B13) is known color: Black Magic. HEX triplet: 33, 2B and 13. RGB value is (51,43,19). Sum of RGB (Red+Green+Blue) = 51+43+19=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #332B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B13 is #CCD4EC. Grayscale: #2A2A2A. Windows color (decimal): -13423853 or 1256243. OLE color: 1256243.

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

Color convert

RGB 51 43 19 -
CMYK 0 0.16 0.63 0.8
HSL 45º 0.46% 0.14% -
HSV(B) 45º 0.63% 0.2% -
XYZ 2.35 2.48 0.97 -
YUV 42.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 51 43 19 0 0.16 0.63 0.8 45 0.46 0.14
Hex 33 2B 13 0 10 3F 50 2D 2E E
Octal 63 53 23 0 20 77 120 55 56 16
Binary 110011 101011 10011 0 10000 111111 1010000 101101 101110 1110

Color Harmonies of #332B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B13

Black with #332B13

Text Example


Text Example

White with #332B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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