Html Css Color HEX #3E3239 Barossa

📋 copy color: '#3E3239'

red 62 ◦ green 50 ◦ blue 57

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

Shades of Barossa #3E3239

Tints of Barossa #3E3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 57 (22.66% from 255) = 33.73%

R = 36.69%
G = 29.59%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#3E3239 (or 0x3E3239) is known color: Barossa. HEX triplet: 3E, 32 and 39. RGB value is (62,50,57). Sum of RGB (Red+Green+Blue) = 62+50+57=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3239 is #C1CDC6. Grayscale: #363636. Windows color (decimal): -12701127 or 3748414. OLE color: 3748414.

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

Color convert

RGB 62 50 57 -
CMYK 0 0.19 0.08 0.76
HSL 325º 0.11% 0.22% -
HSV(B) 325º 0.19% 0.24% -
XYZ 3.87 3.6 4.36 -
YUV 54.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 62 50 57 0 0.19 0.08 0.76 325 0.11 0.22
Hex 3E 32 39 0 13 8 4C 145 B 16
Octal 76 62 71 0 23 10 114 505 13 26
Binary 111110 110010 111001 0 10011 1000 1001100 101000101 1011 10110

Color Harmonies of #3E3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3239

Black with #3E3239

Text Example


Text Example

White with #3E3239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,57); }

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

background-color css

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

 a { background-color: rgb(62,50,57); }

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

border-color css

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

 span { border-color: rgb(62,50,57); }

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