Html Css Color HEX #3F3136 Barossa

📋 copy color: '#3F3136'

red 63 ◦ green 49 ◦ blue 54

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

Shades of Barossa #3F3136

Tints of Barossa #3F3136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.53%

R = 37.95%
G = 29.52%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F3136 (or 0x3F3136) is known color: Barossa. HEX triplet: 3F, 31 and 36. RGB value is (63,49,54). Sum of RGB (Red+Green+Blue) = 63+49+54=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3136 is #C0CEC9. Grayscale: #353535. Windows color (decimal): -12635850 or 3551551. OLE color: 3551551.

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

Color convert

RGB 63 49 54 -
CMYK 0 0.22 0.14 0.75
HSL 338.57º 0.13% 0.22% -
HSV(B) 338.57º 0.22% 0.25% -
XYZ 3.81 3.52 3.97 -
YUV 53.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 63 49 54 0 0.22 0.14 0.75 338.57 0.13 0.22
Hex 3F 31 36 0 16 E 4B 153 C 16
Octal 77 61 66 0 26 16 113 523 14 26
Binary 111111 110001 110110 0 10110 1110 1001011 101010011 1100 10110

Color Harmonies of #3F3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3136

Black with #3F3136

Text Example


Text Example

White with #3F3136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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