Html Css Color HEX #352809 Black Magic

📋 copy color: '#352809'

red 53 ◦ green 40 ◦ blue 9

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

Shades of Black Magic #352809

Tints of Black Magic #352809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 51.96%
G = 39.22%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352809 (or 0x352809) is known color: Black Magic. HEX triplet: 35, 28 and 09. RGB value is (53,40,9). Sum of RGB (Red+Green+Blue) = 53+40+9=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #352809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352809 is #CAD7F6. Grayscale: #282828. Windows color (decimal): -13293559 or 600117. OLE color: 600117.

HSL color Cylindrical-coordinate representation of color #352809: hue angle of 42.27º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352809 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 40 9 -
CMYK 0 0.25 0.83 0.79
HSL 42.27º 0.71% 0.12% -
HSV(B) 42.27º 0.83% 0.21% -
XYZ 2.28 2.29 0.58 -
YUV 40.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 53 40 9 0 0.25 0.83 0.79 42.27 0.71 0.12
Hex 35 28 9 0 19 53 4F 2A 47 C
Octal 65 50 11 0 31 123 117 52 107 14
Binary 110101 101000 1001 0 11001 1010011 1001111 101010 1000111 1100

Color Harmonies of #352809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352809

Black with #352809

Text Example


Text Example

White with #352809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352809; }

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

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

background-color css

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

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

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

border-color css

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

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

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