Html Css Color HEX #35311B Maire

📋 copy color: '#35311B'

red 53 ◦ green 49 ◦ blue 27

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

Shades of Maire #35311B

Tints of Maire #35311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.98%

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

R = 41.09%
G = 37.98%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35311B (or 0x35311B) is known color: Maire. HEX triplet: 35, 31 and 1B. RGB value is (53,49,27). Sum of RGB (Red+Green+Blue) = 53+49+27=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35311B is #CACEE4. Grayscale: #2F2F2F. Windows color (decimal): -13291237 or 1782069. OLE color: 1782069.

HSL color Cylindrical-coordinate representation of color #35311B: hue angle of 50.77º 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 #35311B is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 27 -
CMYK 0 0.08 0.49 0.79
HSL 50.77º 0.33% 0.16% -
HSV(B) 50.77º 0.49% 0.21% -
XYZ 2.76 3.03 1.48 -
YUV 47.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 53 49 27 0 0.08 0.49 0.79 50.77 0.33 0.16
Hex 35 31 1B 0 8 31 4F 33 20 10
Octal 65 61 33 0 10 61 117 63 40 20
Binary 110101 110001 11011 0 1000 110001 1001111 110011 100000 10000

Color Harmonies of #35311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35311B

Black with #35311B

Text Example


Text Example

White with #35311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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