Html Css Color HEX #352400 Black Magic

📋 copy color: '#352400'

red 53 ◦ green 36 ◦ blue 0

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

Shades of Black Magic #352400

Tints of Black Magic #352400

RGB

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

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

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

R = 59.55%
G = 40.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#352400 (or 0x352400) is known color: Black Magic. HEX triplet: 35, 24 and 00. RGB value is (53,36,0). Sum of RGB (Red+Green+Blue) = 53+36+0=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352400 is #CADBFF. Grayscale: #252525. Windows color (decimal): -13294592 or 9269. OLE color: 9269.

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

Color convert

RGB 53 36 0 -
CMYK 0 0.32 1 0.79
HSL 40.75º 1% 0.1% -
HSV(B) 40.75º 1% 0.21% -
XYZ 2.1 2.02 0.28 -
YUV 36.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 53 36 0 0 0.32 1 0.79 40.75 1 0.1
Hex 35 24 0 0 20 64 4F 29 64 A
Octal 65 44 0 0 40 144 117 51 144 12
Binary 110101 100100 0 0 100000 1100100 1001111 101001 1100100 1010

Color Harmonies of #352400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352400

Black with #352400

Text Example


Text Example

White with #352400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352400; }

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

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

background-color css

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

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

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

border-color css

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

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

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