Html Css Color HEX #352600 Black Magic

📋 copy color: '#352600'

red 53 ◦ green 38 ◦ blue 0

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

Shades of Black Magic #352600

Tints of Black Magic #352600

RGB

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

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

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

R = 58.24%
G = 41.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352600 (or 0x352600) is known color: Black Magic. HEX triplet: 35, 26 and 00. RGB value is (53,38,0). Sum of RGB (Red+Green+Blue) = 53+38+0=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352600 is #CAD9FF. Grayscale: #262626. Windows color (decimal): -13294080 or 9781. OLE color: 9781.

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

Color convert

RGB 53 38 0 -
CMYK 0 0.28 1 0.79
HSL 43.02º 1% 0.1% -
HSV(B) 43.02º 1% 0.21% -
XYZ 2.16 2.14 0.3 -
YUV 38.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 53 38 0 0 0.28 1 0.79 43.02 1 0.1
Hex 35 26 0 0 1C 64 4F 2B 64 A
Octal 65 46 0 0 34 144 117 53 144 12
Binary 110101 100110 0 0 11100 1100100 1001111 101011 1100100 1010

Color Harmonies of #352600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352600

Black with #352600

Text Example


Text Example

White with #352600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352600; }

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

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

background-color css

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

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

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

border-color css

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

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

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