Html Css Color HEX #3C393A Barossa

📋 copy color: '#3C393A'

red 60 ◦ green 57 ◦ blue 58

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

Shades of Barossa #3C393A

Tints of Barossa #3C393A

RGB

 RED value IS 60 (23.83% from 255) = 34.29%

 GREEN value IS 57 (22.66% from 255) = 32.57%

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

R = 34.29%
G = 32.57%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3C393A (or 0x3C393A) is known color: Barossa. HEX triplet: 3C, 39 and 3A. RGB value is (60,57,58). Sum of RGB (Red+Green+Blue) = 60+57+58=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 60 - color contains mainly: red. Hex color #3C393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C393A is #C3C6C5. Grayscale: #3A3A3A. Windows color (decimal): -12830406 or 3815740. OLE color: 3815740.

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

Color convert

RGB 60 57 58 -
CMYK 0 0.05 0.03 0.76
HSL 340º 0.03% 0.23% -
HSV(B) 340º 0.05% 0.24% -
XYZ 4.09 4.19 4.6 -
YUV 58.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 60 57 58 0 0.05 0.03 0.76 340 0.03 0.23
Hex 3C 39 3A 0 5 3 4C 154 3 17
Octal 74 71 72 0 5 3 114 524 3 27
Binary 111100 111001 111010 0 101 11 1001100 101010100 11 10111

Color Harmonies of #3C393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C393A

Black with #3C393A

Text Example


Text Example

White with #3C393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,58); }

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

background-color css

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

 a { background-color: rgb(60,57,58); }

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

border-color css

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

 span { border-color: rgb(60,57,58); }

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