Html Css Color HEX #352909 Black Magic

📋 copy color: '#352909'

red 53 ◦ green 41 ◦ blue 9

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

Shades of Black Magic #352909

Tints of Black Magic #352909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.81%

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

R = 51.46%
G = 39.81%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352909 (or 0x352909) is known color: Black Magic. HEX triplet: 35, 29 and 09. RGB value is (53,41,9). Sum of RGB (Red+Green+Blue) = 53+41+9=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #352909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352909 is #CAD6F6. Grayscale: #292929. Windows color (decimal): -13293303 or 600373. OLE color: 600373.

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

Color convert

RGB 53 41 9 -
CMYK 0 0.23 0.83 0.79
HSL 43.64º 0.71% 0.12% -
HSV(B) 43.64º 0.83% 0.21% -
XYZ 2.31 2.36 0.59 -
YUV 40.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 53 41 9 0 0.23 0.83 0.79 43.64 0.71 0.12
Hex 35 29 9 0 17 53 4F 2C 47 C
Octal 65 51 11 0 27 123 117 54 107 14
Binary 110101 101001 1001 0 10111 1010011 1001111 101100 1000111 1100

Color Harmonies of #352909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352909

Black with #352909

Text Example


Text Example

White with #352909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352909; }

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

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

background-color css

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

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

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

border-color css

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

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

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