Html Css Color HEX #3C3035 Barossa

📋 copy color: '#3C3035'

red 60 ◦ green 48 ◦ blue 53

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

Shades of Barossa #3C3035

Tints of Barossa #3C3035

RGB

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

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

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

R = 37.27%
G = 29.81%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#3C3035 (or 0x3C3035) is known color: Barossa. HEX triplet: 3C, 30 and 35. RGB value is (60,48,53). Sum of RGB (Red+Green+Blue) = 60+48+53=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3035 is #C3CFCA. Grayscale: #343434. Windows color (decimal): -12832715 or 3485756. OLE color: 3485756.

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

Color convert

RGB 60 48 53 -
CMYK 0 0.20 0.12 0.76
HSL 335º 0.11% 0.21% -
HSV(B) 335º 0.2% 0.24% -
XYZ 3.56 3.33 3.82 -
YUV 52.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 60 48 53 0 0.20 0.12 0.76 335 0.11 0.21
Hex 3C 30 35 0 14 C 4C 14F B 15
Octal 74 60 65 0 24 14 114 517 13 25
Binary 111100 110000 110101 0 10100 1100 1001100 101001111 1011 10101

Color Harmonies of #3C3035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3035

Black with #3C3035

Text Example


Text Example

White with #3C3035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,53); }

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

background-color css

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

 a { background-color: rgb(60,48,53); }

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

border-color css

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

 span { border-color: rgb(60,48,53); }

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