Html Css Color HEX #352609 Black Magic

📋 copy color: '#352609'

red 53 ◦ green 38 ◦ blue 9

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

Shades of Black Magic #352609

Tints of Black Magic #352609

RGB

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

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

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

R = 53%
G = 38%
B = 9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352609 (or 0x352609) is known color: Black Magic. HEX triplet: 35, 26 and 09. RGB value is (53,38,9). Sum of RGB (Red+Green+Blue) = 53+38+9=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #352609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352609 is #CAD9F6. Grayscale: #272727. Windows color (decimal): -13294071 or 599605. OLE color: 599605.

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

Color convert

RGB 53 38 9 -
CMYK 0 0.28 0.83 0.79
HSL 39.55º 0.71% 0.12% -
HSV(B) 39.55º 0.83% 0.21% -
XYZ 2.21 2.16 0.56 -
YUV 39.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 53 38 9 0 0.28 0.83 0.79 39.55 0.71 0.12
Hex 35 26 9 0 1C 53 4F 28 47 C
Octal 65 46 11 0 34 123 117 50 107 14
Binary 110101 100110 1001 0 11100 1010011 1001111 101000 1000111 1100

Color Harmonies of #352609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352609

Black with #352609

Text Example


Text Example

White with #352609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352609; }

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

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

background-color css

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

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

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

border-color css

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

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

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