Html Css Color HEX #3D3136 Barossa

📋 copy color: '#3D3136'

red 61 ◦ green 49 ◦ blue 54

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

Shades of Barossa #3D3136

Tints of Barossa #3D3136

RGB

 RED value IS 61 (24.22% from 255) = 37.2%

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

 BLUE value IS 54 (21.48% from 255) = 32.93%

R = 37.2%
G = 29.88%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#3D3136 (or 0x3D3136) is known color: Barossa. HEX triplet: 3D, 31 and 36. RGB value is (61,49,54). Sum of RGB (Red+Green+Blue) = 61+49+54=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3136 is #C2CEC9. Grayscale: #353535. Windows color (decimal): -12766922 or 3551549. OLE color: 3551549.

HSL color Cylindrical-coordinate representation of color #3D3136: hue angle of 335º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3136 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 49 54 -
CMYK 0 0.20 0.11 0.76
HSL 335º 0.11% 0.22% -
HSV(B) 335º 0.2% 0.24% -
XYZ 3.69 3.46 3.96 -
YUV 53.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 61 49 54 0 0.20 0.11 0.76 335 0.11 0.22
Hex 3D 31 36 0 14 B 4C 14F B 16
Octal 75 61 66 0 24 13 114 517 13 26
Binary 111101 110001 110110 0 10100 1011 1001100 101001111 1011 10110

Color Harmonies of #3D3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3136

Black with #3D3136

Text Example


Text Example

White with #3D3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D3136; }

 p { color: rgb(61,49,54); }

 H1.HeaderClassName
 {
   color: #3D3136;
 }
 .AnyTagClassName
 {
   color: #3D3136;
 }
</style>

background-color css

<style>
 a { background-color: #3D3136; }

 a { background-color: rgb(61,49,54); }

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

border-color css

<style>
 span { border-color: #3D3136; }

 span { border-color: rgb(61,49,54); }

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