Html Css Color HEX #352506 Black Magic

📋 copy color: '#352506'

red 53 ◦ green 37 ◦ blue 6

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

Shades of Black Magic #352506

Tints of Black Magic #352506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

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

R = 55.21%
G = 38.54%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#352506 (or 0x352506) is known color: Black Magic. HEX triplet: 35, 25 and 06. RGB value is (53,37,6). Sum of RGB (Red+Green+Blue) = 53+37+6=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352506 is #CADAF9. Grayscale: #262626. Windows color (decimal): -13294330 or 402741. OLE color: 402741.

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

Color convert

RGB 53 37 6 -
CMYK 0 0.30 0.89 0.79
HSL 39.57º 0.8% 0.12% -
HSV(B) 39.57º 0.89% 0.21% -
XYZ 2.16 2.09 0.46 -
YUV 38.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 53 37 6 0 0.30 0.89 0.79 39.57 0.8 0.12
Hex 35 25 6 0 1E 59 4F 28 50 C
Octal 65 45 6 0 36 131 117 50 120 14
Binary 110101 100101 110 0 11110 1011001 1001111 101000 1010000 1100

Color Harmonies of #352506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352506

Black with #352506

Text Example


Text Example

White with #352506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352506; }

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

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

background-color css

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

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

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

border-color css

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

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

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