Html Css Color HEX #332601 Black Magic

📋 copy color: '#332601'

red 51 ◦ green 38 ◦ blue 1

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

Shades of Black Magic #332601

Tints of Black Magic #332601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.22%

 BLUE value IS 1 (0.78% from 255) = 1.11%

R = 56.67%
G = 42.22%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#332601 (or 0x332601) is known color: Black Magic. HEX triplet: 33, 26 and 01. RGB value is (51,38,1). Sum of RGB (Red+Green+Blue) = 51+38+1=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #332601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332601 is #CCD9FE. Grayscale: #252525. Windows color (decimal): -13425151 or 75315. OLE color: 75315.

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

Color convert

RGB 51 38 1 -
CMYK 0 0.25 0.98 0.8
HSL 44.4º 0.96% 0.1% -
HSV(B) 44.4º 0.98% 0.2% -
XYZ 2.06 2.09 0.32 -
YUV 37.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 51 38 1 0 0.25 0.98 0.8 44.4 0.96 0.1
Hex 33 26 1 0 19 62 50 2C 60 A
Octal 63 46 1 0 31 142 120 54 140 12
Binary 110011 100110 1 0 11001 1100010 1010000 101100 1100000 1010

Color Harmonies of #332601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332601

Black with #332601

Text Example


Text Example

White with #332601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332601; }

 p { color: rgb(51,38,1); }

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

background-color css

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

 a { background-color: rgb(51,38,1); }

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

border-color css

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

 span { border-color: rgb(51,38,1); }

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