Html Css Color HEX #352B1C Black Magic

📋 copy color: '#352B1C'

red 53 ◦ green 43 ◦ blue 28

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

Shades of Black Magic #352B1C

Tints of Black Magic #352B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.68%

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 42.74%
G = 34.68%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#352B1C (or 0x352B1C) is known color: Black Magic. HEX triplet: 35, 2B and 1C. RGB value is (53,43,28). Sum of RGB (Red+Green+Blue) = 53+43+28=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B1C is #CAD4E3. Grayscale: #2C2C2C. Windows color (decimal): -13292772 or 1846069. OLE color: 1846069.

HSL color Cylindrical-coordinate representation of color #352B1C: hue angle of 36º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #352B1C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 43 28 -
CMYK 0 0.19 0.47 0.79
HSL 36º 0.31% 0.16% -
HSV(B) 36º 0.47% 0.21% -
XYZ 2.54 2.57 1.46 -
YUV 44.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 53 43 28 0 0.19 0.47 0.79 36 0.31 0.16
Hex 35 2B 1C 0 13 2F 4F 24 1F 10
Octal 65 53 34 0 23 57 117 44 37 20
Binary 110101 101011 11100 0 10011 101111 1001111 100100 11111 10000

Color Harmonies of #352B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B1C

Black with #352B1C

Text Example


Text Example

White with #352B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352B1C; }

 p { color: rgb(53,43,28); }

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

background-color css

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

 a { background-color: rgb(53,43,28); }

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

border-color css

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

 span { border-color: rgb(53,43,28); }

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