Html Css Color HEX #352709 Black Magic

📋 copy color: '#352709'

red 53 ◦ green 39 ◦ blue 9

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

Shades of Black Magic #352709

Tints of Black Magic #352709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 38.61%

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

R = 52.48%
G = 38.61%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#352709 (or 0x352709) is known color: Black Magic. HEX triplet: 35, 27 and 09. RGB value is (53,39,9). Sum of RGB (Red+Green+Blue) = 53+39+9=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #352709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352709 is #CAD8F6. Grayscale: #272727. Windows color (decimal): -13293815 or 599861. OLE color: 599861.

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

Color convert

RGB 53 39 9 -
CMYK 0 0.26 0.83 0.79
HSL 40.91º 0.71% 0.12% -
HSV(B) 40.91º 0.83% 0.21% -
XYZ 2.24 2.23 0.57 -
YUV 39.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 53 39 9 0 0.26 0.83 0.79 40.91 0.71 0.12
Hex 35 27 9 0 1A 53 4F 29 47 C
Octal 65 47 11 0 32 123 117 51 107 14
Binary 110101 100111 1001 0 11010 1010011 1001111 101001 1000111 1100

Color Harmonies of #352709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352709

Black with #352709

Text Example


Text Example

White with #352709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352709; }

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

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

background-color css

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

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

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

border-color css

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

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

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