Html Css Color HEX #352800 Black Magic

📋 copy color: '#352800'

red 53 ◦ green 40 ◦ blue 0

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

Shades of Black Magic #352800

Tints of Black Magic #352800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 43.01%

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

R = 56.99%
G = 43.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352800 (or 0x352800) is known color: Black Magic. HEX triplet: 35, 28 and 00. RGB value is (53,40,0). Sum of RGB (Red+Green+Blue) = 53+40+0=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #352800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352800 is #CAD7FF. Grayscale: #272727. Windows color (decimal): -13293568 or 10293. OLE color: 10293.

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

Color convert

RGB 53 40 0 -
CMYK 0 0.25 1 0.79
HSL 45.28º 1% 0.1% -
HSV(B) 45.28º 1% 0.21% -
XYZ 2.23 2.27 0.32 -
YUV 39.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 53 40 0 0 0.25 1 0.79 45.28 1 0.1
Hex 35 28 0 0 19 64 4F 2D 64 A
Octal 65 50 0 0 31 144 117 55 144 12
Binary 110101 101000 0 0 11001 1100100 1001111 101101 1100100 1010

Color Harmonies of #352800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352800

Black with #352800

Text Example


Text Example

White with #352800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352800; }

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

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

background-color css

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

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

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

border-color css

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

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

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