Html Css Color HEX #3E373A Barossa

📋 copy color: '#3E373A'

red 62 ◦ green 55 ◦ blue 58

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

Shades of Barossa #3E373A

Tints of Barossa #3E373A

RGB

 RED value IS 62 (24.61% from 255) = 35.43%

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

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

R = 35.43%
G = 31.43%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E373A (or 0x3E373A) is known color: Barossa. HEX triplet: 3E, 37 and 3A. RGB value is (62,55,58). Sum of RGB (Red+Green+Blue) = 62+55+58=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 62 - color contains mainly: red. Hex color #3E373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E373A is #C1C8C5. Grayscale: #393939. Windows color (decimal): -12699846 or 3815230. OLE color: 3815230.

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

Color convert

RGB 62 55 58 -
CMYK 0 0.11 0.06 0.76
HSL 334.29º 0.06% 0.23% -
HSV(B) 334.29º 0.11% 0.24% -
XYZ 4.12 4.06 4.57 -
YUV 57.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 62 55 58 0 0.11 0.06 0.76 334.29 0.06 0.23
Hex 3E 37 3A 0 B 6 4C 14E 6 17
Octal 76 67 72 0 13 6 114 516 6 27
Binary 111110 110111 111010 0 1011 110 1001100 101001110 110 10111

Color Harmonies of #3E373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E373A

Black with #3E373A

Text Example


Text Example

White with #3E373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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