Html Css Color HEX #352C1B Black Magic

📋 copy color: '#352C1B'

red 53 ◦ green 44 ◦ blue 27

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

Shades of Black Magic #352C1B

Tints of Black Magic #352C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.48%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 42.74%
G = 35.48%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#352C1B (or 0x352C1B) is known color: Black Magic. HEX triplet: 35, 2C and 1B. RGB value is (53,44,27). Sum of RGB (Red+Green+Blue) = 53+44+27=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C1B is #CAD3E4. Grayscale: #2C2C2C. Windows color (decimal): -13292517 or 1780789. OLE color: 1780789.

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

Color convert

RGB 53 44 27 -
CMYK 0 0.17 0.49 0.79
HSL 39.23º 0.33% 0.16% -
HSV(B) 39.23º 0.49% 0.21% -
XYZ 2.57 2.64 1.41 -
YUV 44.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 53 44 27 0 0.17 0.49 0.79 39.23 0.33 0.16
Hex 35 2C 1B 0 11 31 4F 27 20 10
Octal 65 54 33 0 21 61 117 47 40 20
Binary 110101 101100 11011 0 10001 110001 1001111 100111 100000 10000

Color Harmonies of #352C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C1B

Black with #352C1B

Text Example


Text Example

White with #352C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,27); }

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

background-color css

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

 a { background-color: rgb(53,44,27); }

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

border-color css

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

 span { border-color: rgb(53,44,27); }

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