Html Css Color HEX #3D373A Barossa

📋 copy color: '#3D373A'

red 61 ◦ green 55 ◦ blue 58

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

Shades of Barossa #3D373A

Tints of Barossa #3D373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 35.06%
G = 31.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3D373A (or 0x3D373A) is known color: Barossa. HEX triplet: 3D, 37 and 3A. RGB value is (61,55,58). Sum of RGB (Red+Green+Blue) = 61+55+58=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 61 - color contains mainly: red. Hex color #3D373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D373A is #C2C8C5. Grayscale: #393939. Windows color (decimal): -12765382 or 3815229. OLE color: 3815229.

HSL color Cylindrical-coordinate representation of color #3D373A: hue angle of 330º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D373A is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 55 58 -
CMYK 0 0.10 0.05 0.76
HSL 330º 0.05% 0.23% -
HSV(B) 330º 0.1% 0.24% -
XYZ 4.05 4.03 4.57 -
YUV 57.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 61 55 58 0 0.10 0.05 0.76 330 0.05 0.23
Hex 3D 37 3A 0 A 5 4C 14A 5 17
Octal 75 67 72 0 12 5 114 512 5 27
Binary 111101 110111 111010 0 1010 101 1001100 101001010 101 10111

Color Harmonies of #3D373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D373A

Black with #3D373A

Text Example


Text Example

White with #3D373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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