Html Css Color HEX #3F3137 Barossa

📋 copy color: '#3F3137'

red 63 ◦ green 49 ◦ blue 55

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

Shades of Barossa #3F3137

Tints of Barossa #3F3137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.93%

R = 37.72%
G = 29.34%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3F3137 (or 0x3F3137) is known color: Barossa. HEX triplet: 3F, 31 and 37. RGB value is (63,49,55). Sum of RGB (Red+Green+Blue) = 63+49+55=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3137 is #C0CEC8. Grayscale: #353535. Windows color (decimal): -12635849 or 3617087. OLE color: 3617087.

HSL color Cylindrical-coordinate representation of color #3F3137: hue angle of 334.29º 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 #3F3137 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 49 55 -
CMYK 0 0.22 0.13 0.75
HSL 334.29º 0.13% 0.22% -
HSV(B) 334.29º 0.22% 0.25% -
XYZ 3.84 3.53 4.09 -
YUV 53.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 63 49 55 0 0.22 0.13 0.75 334.29 0.13 0.22
Hex 3F 31 37 0 16 D 4B 14E C 16
Octal 77 61 67 0 26 15 113 516 14 26
Binary 111111 110001 110111 0 10110 1101 1001011 101001110 1100 10110

Color Harmonies of #3F3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3137

Black with #3F3137

Text Example


Text Example

White with #3F3137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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