Html Css Color HEX #3E3038 Barossa

📋 copy color: '#3E3038'

red 62 ◦ green 48 ◦ blue 56

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

Shades of Barossa #3E3038

Tints of Barossa #3E3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

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

R = 37.35%
G = 28.92%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3E3038 (or 0x3E3038) is known color: Barossa. HEX triplet: 3E, 30 and 38. RGB value is (62,48,56). Sum of RGB (Red+Green+Blue) = 62+48+56=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3038 is #C1CFC7. Grayscale: #353535. Windows color (decimal): -12701640 or 3682366. OLE color: 3682366.

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

Color convert

RGB 62 48 56 -
CMYK 0 0.23 0.10 0.76
HSL 325.71º 0.13% 0.22% -
HSV(B) 325.71º 0.23% 0.24% -
XYZ 3.76 3.42 4.2 -
YUV 53.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 62 48 56 0 0.23 0.10 0.76 325.71 0.13 0.22
Hex 3E 30 38 0 17 A 4C 146 D 16
Octal 76 60 70 0 27 12 114 506 15 26
Binary 111110 110000 111000 0 10111 1010 1001100 101000110 1101 10110

Color Harmonies of #3E3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3038

Black with #3E3038

Text Example


Text Example

White with #3E3038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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