Html Css Color HEX #3E2E35 Barossa

📋 copy color: '#3E2E35'

red 62 ◦ green 46 ◦ blue 53

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

Shades of Barossa #3E2E35

Tints of Barossa #3E2E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.57%

 BLUE value IS 53 (21.09% from 255) = 32.92%

R = 38.51%
G = 28.57%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3E2E35 (or 0x3E2E35) is known color: Barossa. HEX triplet: 3E, 2E and 35. RGB value is (62,46,53). Sum of RGB (Red+Green+Blue) = 62+46+53=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E35 is #C1D1CA. Grayscale: #333333. Windows color (decimal): -12702155 or 3485246. OLE color: 3485246.

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

Color convert

RGB 62 46 53 -
CMYK 0 0.26 0.15 0.76
HSL 333.75º 0.15% 0.21% -
HSV(B) 333.75º 0.26% 0.24% -
XYZ 3.61 3.24 3.8 -
YUV 51.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 62 46 53 0 0.26 0.15 0.76 333.75 0.15 0.21
Hex 3E 2E 35 0 1A F 4C 14E F 15
Octal 76 56 65 0 32 17 114 516 17 25
Binary 111110 101110 110101 0 11010 1111 1001100 101001110 1111 10101

Color Harmonies of #3E2E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E35

Black with #3E2E35

Text Example


Text Example

White with #3E2E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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