Html Css Color HEX #352E1D Black Magic

📋 copy color: '#352E1D'

red 53 ◦ green 46 ◦ blue 29

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

Shades of Black Magic #352E1D

Tints of Black Magic #352E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.94%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 41.41%
G = 35.94%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#352E1D (or 0x352E1D) is known color: Black Magic. HEX triplet: 35, 2E and 1D. RGB value is (53,46,29). Sum of RGB (Red+Green+Blue) = 53+46+29=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E1D is #CAD1E2. Grayscale: #2E2E2E. Windows color (decimal): -13292003 or 1912373. OLE color: 1912373.

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

Color convert

RGB 53 46 29 -
CMYK 0 0.13 0.45 0.79
HSL 42.5º 0.29% 0.16% -
HSV(B) 42.5º 0.45% 0.21% -
XYZ 2.67 2.8 1.56 -
YUV 46.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 53 46 29 0 0.13 0.45 0.79 42.5 0.29 0.16
Hex 35 2E 1D 0 D 2D 4F 2A 1D 10
Octal 65 56 35 0 15 55 117 52 35 20
Binary 110101 101110 11101 0 1101 101101 1001111 101010 11101 10000

Color Harmonies of #352E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E1D

Black with #352E1D

Text Example


Text Example

White with #352E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,29); }

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

background-color css

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

 a { background-color: rgb(53,46,29); }

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

border-color css

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

 span { border-color: rgb(53,46,29); }

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