Html Css Color HEX #352401 Black Magic

📋 copy color: '#352401'

red 53 ◦ green 36 ◦ blue 1

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

Shades of Black Magic #352401

Tints of Black Magic #352401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 40%

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

R = 58.89%
G = 40%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#352401 (or 0x352401) is known color: Black Magic. HEX triplet: 35, 24 and 01. RGB value is (53,36,1). Sum of RGB (Red+Green+Blue) = 53+36+1=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #352401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352401 is #CADBFE. Grayscale: #252525. Windows color (decimal): -13294591 or 74805. OLE color: 74805.

HSL color Cylindrical-coordinate representation of color #352401: hue angle of 40.38º 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 #352401 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 1 -
CMYK 0 0.32 0.98 0.79
HSL 40.38º 0.96% 0.11% -
HSV(B) 40.38º 0.98% 0.21% -
XYZ 2.1 2.02 0.31 -
YUV 37.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 53 36 1 0 0.32 0.98 0.79 40.38 0.96 0.11
Hex 35 24 1 0 20 62 4F 28 60 B
Octal 65 44 1 0 40 142 117 50 140 13
Binary 110101 100100 1 0 100000 1100010 1001111 101000 1100000 1011

Color Harmonies of #352401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352401

Black with #352401

Text Example


Text Example

White with #352401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352401; }

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

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

background-color css

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

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

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

border-color css

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

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

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