Html Css Color HEX #332500 Black Magic

📋 copy color: '#332500'

red 51 ◦ green 37 ◦ blue 0

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

Shades of Black Magic #332500

Tints of Black Magic #332500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.95%
G = 42.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#332500 (or 0x332500) is known color: Black Magic. HEX triplet: 33, 25 and 00. RGB value is (51,37,0). Sum of RGB (Red+Green+Blue) = 51+37+0=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #332500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332500 is #CCDAFF. Grayscale: #252525. Windows color (decimal): -13425408 or 9523. OLE color: 9523.

HSL color Cylindrical-coordinate representation of color #332500: hue angle of 43.53º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 0 -
CMYK 0 0.27 1 0.8
HSL 43.53º 1% 0.1% -
HSV(B) 43.53º 1% 0.2% -
XYZ 2.03 2.03 0.28 -
YUV 36.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 51 37 0 0 0.27 1 0.8 43.53 1 0.1
Hex 33 25 0 0 1B 64 50 2C 64 A
Octal 63 45 0 0 33 144 120 54 144 12
Binary 110011 100101 0 0 11011 1100100 1010000 101100 1100100 1010

Color Harmonies of #332500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332500

Black with #332500

Text Example


Text Example

White with #332500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332500; }

 p { color: rgb(51,37,0); }

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

background-color css

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

 a { background-color: rgb(51,37,0); }

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

border-color css

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

 span { border-color: rgb(51,37,0); }

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