Html Css Color HEX #332B17 Black Magic

📋 copy color: '#332B17'

red 51 ◦ green 43 ◦ blue 23

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

Shades of Black Magic #332B17

Tints of Black Magic #332B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.66%

R = 43.59%
G = 36.75%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#332B17 (or 0x332B17) is known color: Black Magic. HEX triplet: 33, 2B and 17. RGB value is (51,43,23). Sum of RGB (Red+Green+Blue) = 51+43+23=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B17 is #CCD4E8. Grayscale: #2B2B2B. Windows color (decimal): -13423849 or 1518387. OLE color: 1518387.

HSL color Cylindrical-coordinate representation of color #332B17: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332B17 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 43 23 -
CMYK 0 0.16 0.55 0.8
HSL 42.86º 0.38% 0.15% -
HSV(B) 42.86º 0.55% 0.2% -
XYZ 2.38 2.49 1.17 -
YUV 43.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 51 43 23 0 0.16 0.55 0.8 42.86 0.38 0.15
Hex 33 2B 17 0 10 37 50 2B 26 F
Octal 63 53 27 0 20 67 120 53 46 17
Binary 110011 101011 10111 0 10000 110111 1010000 101011 100110 1111

Color Harmonies of #332B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B17

Black with #332B17

Text Example


Text Example

White with #332B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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