Html Css Color HEX #352B0B Maire

📋 copy color: '#352B0B'

red 53 ◦ green 43 ◦ blue 11

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

Shades of Maire #352B0B

Tints of Maire #352B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 49.53%
G = 40.19%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#352B0B (or 0x352B0B) is known color: Maire. HEX triplet: 35, 2B and 0B. RGB value is (53,43,11). Sum of RGB (Red+Green+Blue) = 53+43+11=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #352B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352B0B is #CAD4F4. Grayscale: #2A2A2A. Windows color (decimal): -13292789 or 731957. OLE color: 731957.

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

Color convert

RGB 53 43 11 -
CMYK 0 0.19 0.79 0.79
HSL 45.71º 0.66% 0.13% -
HSV(B) 45.71º 0.79% 0.21% -
XYZ 2.39 2.51 0.67 -
YUV 42.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 53 43 11 0 0.19 0.79 0.79 45.71 0.66 0.13
Hex 35 2B B 0 13 4F 4F 2E 42 D
Octal 65 53 13 0 23 117 117 56 102 15
Binary 110101 101011 1011 0 10011 1001111 1001111 101110 1000010 1101

Color Harmonies of #352B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B0B

Black with #352B0B

Text Example


Text Example

White with #352B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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