Html Css Color HEX #352606 Black Magic

📋 copy color: '#352606'

red 53 ◦ green 38 ◦ blue 6

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

Shades of Black Magic #352606

Tints of Black Magic #352606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 54.64%
G = 39.18%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#352606 (or 0x352606) is known color: Black Magic. HEX triplet: 35, 26 and 06. RGB value is (53,38,6). Sum of RGB (Red+Green+Blue) = 53+38+6=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #352606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352606 is #CAD9F9. Grayscale: #262626. Windows color (decimal): -13294074 or 402997. OLE color: 402997.

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

Color convert

RGB 53 38 6 -
CMYK 0 0.28 0.89 0.79
HSL 40.85º 0.8% 0.12% -
HSV(B) 40.85º 0.89% 0.21% -
XYZ 2.19 2.16 0.47 -
YUV 38.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 53 38 6 0 0.28 0.89 0.79 40.85 0.8 0.12
Hex 35 26 6 0 1C 59 4F 29 50 C
Octal 65 46 6 0 34 131 117 51 120 14
Binary 110101 100110 110 0 11100 1011001 1001111 101001 1010000 1100

Color Harmonies of #352606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352606

Black with #352606

Text Example


Text Example

White with #352606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352606; }

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

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

background-color css

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

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

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

border-color css

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

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

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