Html Css Color HEX #3E3138 Barossa

📋 copy color: '#3E3138'

red 62 ◦ green 49 ◦ blue 56

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

Shades of Barossa #3E3138

Tints of Barossa #3E3138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 37.13%
G = 29.34%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3E3138 (or 0x3E3138) is known color: Barossa. HEX triplet: 3E, 31 and 38. RGB value is (62,49,56). Sum of RGB (Red+Green+Blue) = 62+49+56=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3138 is #C1CEC7. Grayscale: #353535. Windows color (decimal): -12701384 or 3682622. OLE color: 3682622.

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

Color convert

RGB 62 49 56 -
CMYK 0 0.21 0.10 0.76
HSL 327.69º 0.12% 0.22% -
HSV(B) 327.69º 0.21% 0.24% -
XYZ 3.8 3.51 4.22 -
YUV 53.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 62 49 56 0 0.21 0.10 0.76 327.69 0.12 0.22
Hex 3E 31 38 0 15 A 4C 148 C 16
Octal 76 61 70 0 25 12 114 510 14 26
Binary 111110 110001 111000 0 10101 1010 1001100 101001000 1100 10110

Color Harmonies of #3E3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3138

Black with #3E3138

Text Example


Text Example

White with #3E3138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,56); }

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

background-color css

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

 a { background-color: rgb(62,49,56); }

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

border-color css

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

 span { border-color: rgb(62,49,56); }

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