Html Css Color HEX #3D3137 Barossa

📋 copy color: '#3D3137'

red 61 ◦ green 49 ◦ blue 55

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

Shades of Barossa #3D3137

Tints of Barossa #3D3137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 33.33%

R = 36.97%
G = 29.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D3137 (or 0x3D3137) is known color: Barossa. HEX triplet: 3D, 31 and 37. RGB value is (61,49,55). Sum of RGB (Red+Green+Blue) = 61+49+55=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3137 is #C2CEC8. Grayscale: #353535. Windows color (decimal): -12766921 or 3617085. OLE color: 3617085.

HSL color Cylindrical-coordinate representation of color #3D3137: hue angle of 330º 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 #3D3137 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 49 55 -
CMYK 0 0.20 0.10 0.76
HSL 330º 0.11% 0.22% -
HSV(B) 330º 0.2% 0.24% -
XYZ 3.71 3.46 4.09 -
YUV 53.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 61 49 55 0 0.20 0.10 0.76 330 0.11 0.22
Hex 3D 31 37 0 14 A 4C 14A B 16
Octal 75 61 67 0 24 12 114 512 13 26
Binary 111101 110001 110111 0 10100 1010 1001100 101001010 1011 10110

Color Harmonies of #3D3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3137

Black with #3D3137

Text Example


Text Example

White with #3D3137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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