Html Css Color HEX #352500 Black Magic

📋 copy color: '#352500'

red 53 ◦ green 37 ◦ blue 0

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

Shades of Black Magic #352500

Tints of Black Magic #352500

RGB

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

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

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

R = 58.89%
G = 41.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352500 (or 0x352500) is known color: Black Magic. HEX triplet: 35, 25 and 00. RGB value is (53,37,0). Sum of RGB (Red+Green+Blue) = 53+37+0=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #352500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352500 is #CADAFF. Grayscale: #252525. Windows color (decimal): -13294336 or 9525. OLE color: 9525.

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

Color convert

RGB 53 37 0 -
CMYK 0 0.30 1 0.79
HSL 41.89º 1% 0.1% -
HSV(B) 41.89º 1% 0.21% -
XYZ 2.13 2.08 0.29 -
YUV 37.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 53 37 0 0 0.30 1 0.79 41.89 1 0.1
Hex 35 25 0 0 1E 64 4F 2A 64 A
Octal 65 45 0 0 36 144 117 52 144 12
Binary 110101 100101 0 0 11110 1100100 1001111 101010 1100100 1010

Color Harmonies of #352500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352500

Black with #352500

Text Example


Text Example

White with #352500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352500; }

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

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

background-color css

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

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

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

border-color css

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

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

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