Html Css Color HEX #3F3539 Barossa

📋 copy color: '#3F3539'

red 63 ◦ green 53 ◦ blue 57

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

Shades of Barossa #3F3539

Tints of Barossa #3F3539

RGB

 RED value IS 63 (25% from 255) = 36.42%

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 36.42%
G = 30.64%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F3539 (or 0x3F3539) is known color: Barossa. HEX triplet: 3F, 35 and 39. RGB value is (63,53,57). Sum of RGB (Red+Green+Blue) = 63+53+57=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3539 is #C0CAC6. Grayscale: #383838. Windows color (decimal): -12634823 or 3749183. OLE color: 3749183.

HSL color Cylindrical-coordinate representation of color #3F3539: hue angle of 336º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F3539 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 53 57 -
CMYK 0 0.16 0.10 0.75
HSL 336º 0.09% 0.23% -
HSV(B) 336º 0.16% 0.25% -
XYZ 4.06 3.9 4.41 -
YUV 56.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 63 53 57 0 0.16 0.10 0.75 336 0.09 0.23
Hex 3F 35 39 0 10 A 4B 150 9 17
Octal 77 65 71 0 20 12 113 520 11 27
Binary 111111 110101 111001 0 10000 1010 1001011 101010000 1001 10111

Color Harmonies of #3F3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3539

Black with #3F3539

Text Example


Text Example

White with #3F3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,57); }

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

background-color css

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

 a { background-color: rgb(63,53,57); }

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

border-color css

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

 span { border-color: rgb(63,53,57); }

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