Html Css Color HEX #3E353A Barossa

📋 copy color: '#3E353A'

red 62 ◦ green 53 ◦ blue 58

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

Shades of Barossa #3E353A

Tints of Barossa #3E353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 35.84%
G = 30.64%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E353A (or 0x3E353A) is known color: Barossa. HEX triplet: 3E, 35 and 3A. RGB value is (62,53,58). Sum of RGB (Red+Green+Blue) = 62+53+58=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 62 - color contains mainly: red. Hex color #3E353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353A is #C1CAC5. Grayscale: #383838. Windows color (decimal): -12700358 or 3814718. OLE color: 3814718.

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

Color convert

RGB 62 53 58 -
CMYK 0 0.15 0.06 0.76
HSL 326.67º 0.08% 0.23% -
HSV(B) 326.67º 0.15% 0.24% -
XYZ 4.02 3.88 4.54 -
YUV 56.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 62 53 58 0 0.15 0.06 0.76 326.67 0.08 0.23
Hex 3E 35 3A 0 F 6 4C 147 8 17
Octal 76 65 72 0 17 6 114 507 10 27
Binary 111110 110101 111010 0 1111 110 1001100 101000111 1000 10111

Color Harmonies of #3E353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E353A

Black with #3E353A

Text Example


Text Example

White with #3E353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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