Html Css Color HEX #352501 Black Magic

📋 copy color: '#352501'

red 53 ◦ green 37 ◦ blue 1

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

Shades of Black Magic #352501

Tints of Black Magic #352501

RGB

 RED value IS 53 (21.09% from 255) = 58.24%

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

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

R = 58.24%
G = 40.66%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#352501 (or 0x352501) is known color: Black Magic. HEX triplet: 35, 25 and 01. RGB value is (53,37,1). Sum of RGB (Red+Green+Blue) = 53+37+1=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352501 is #CADAFE. Grayscale: #252525. Windows color (decimal): -13294335 or 75061. OLE color: 75061.

HSL color Cylindrical-coordinate representation of color #352501: hue angle of 41.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #352501 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 1 -
CMYK 0 0.30 0.98 0.79
HSL 41.54º 0.96% 0.11% -
HSV(B) 41.54º 0.98% 0.21% -
XYZ 2.14 2.08 0.32 -
YUV 37.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 53 37 1 0 0.30 0.98 0.79 41.54 0.96 0.11
Hex 35 25 1 0 1E 62 4F 2A 60 B
Octal 65 45 1 0 36 142 117 52 140 13
Binary 110101 100101 1 0 11110 1100010 1001111 101010 1100000 1011

Color Harmonies of #352501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352501

Black with #352501

Text Example


Text Example

White with #352501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352501; }

 p { color: rgb(53,37,1); }

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

background-color css

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

 a { background-color: rgb(53,37,1); }

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

border-color css

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

 span { border-color: rgb(53,37,1); }

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