Html Css Color HEX #3F3139 Barossa

📋 copy color: '#3F3139'

red 63 ◦ green 49 ◦ blue 57

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

Shades of Barossa #3F3139

Tints of Barossa #3F3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

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

R = 37.28%
G = 28.99%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F3139 (or 0x3F3139) is known color: Barossa. HEX triplet: 3F, 31 and 39. RGB value is (63,49,57). Sum of RGB (Red+Green+Blue) = 63+49+57=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3139 is #C0CEC6. Grayscale: #363636. Windows color (decimal): -12635847 or 3748159. OLE color: 3748159.

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

Color convert

RGB 63 49 57 -
CMYK 0 0.22 0.10 0.75
HSL 325.71º 0.13% 0.22% -
HSV(B) 325.71º 0.22% 0.25% -
XYZ 3.89 3.55 4.35 -
YUV 54.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 63 49 57 0 0.22 0.10 0.75 325.71 0.13 0.22
Hex 3F 31 39 0 16 A 4B 146 C 16
Octal 77 61 71 0 26 12 113 506 14 26
Binary 111111 110001 111001 0 10110 1010 1001011 101000110 1100 10110

Color Harmonies of #3F3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3139

Black with #3F3139

Text Example


Text Example

White with #3F3139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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