Html Css Color HEX #3E383A Barossa

📋 copy color: '#3E383A'

red 62 ◦ green 56 ◦ blue 58

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

Shades of Barossa #3E383A

Tints of Barossa #3E383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.82%

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

R = 35.23%
G = 31.82%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E383A (or 0x3E383A) is known color: Barossa. HEX triplet: 3E, 38 and 3A. RGB value is (62,56,58). Sum of RGB (Red+Green+Blue) = 62+56+58=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 62 - color contains mainly: red. Hex color #3E383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E383A is #C1C7C5. Grayscale: #3A3A3A. Windows color (decimal): -12699590 or 3815486. OLE color: 3815486.

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

Color convert

RGB 62 56 58 -
CMYK 0 0.10 0.06 0.76
HSL 340º 0.05% 0.23% -
HSV(B) 340º 0.1% 0.24% -
XYZ 4.16 4.16 4.59 -
YUV 58.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 62 56 58 0 0.10 0.06 0.76 340 0.05 0.23
Hex 3E 38 3A 0 A 6 4C 154 5 17
Octal 76 70 72 0 12 6 114 524 5 27
Binary 111110 111000 111010 0 1010 110 1001100 101010100 101 10111

Color Harmonies of #3E383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E383A

Black with #3E383A

Text Example


Text Example

White with #3E383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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