#3F3941

Color #3F3941 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #3F3941

Tints of Bossanova #3F3941

Color information

#3F3941 (or 0x3F3941) is unknown color: approx Bossanova. HEX triplet: 3F, 39 and 41. RGB value is (63,57,65). Sum of RGB (Red+Green+Blue) = 63+57+65=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3941 is #C0C6BE. Grayscale: #3B3B3B. Windows color (decimal): -12633791 or 4274495. OLE color: 4274495.

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

Color convert

RGB635765-
CMYK0.030.1200.75
HSL285º6.56%23.92%-
HSV(B)285º12.31%25.49%-
XYZ4.474.365.61-
YUV59.71130.99130.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=34.05%
G=30.81%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6357650.030.1200.752856.5623.92
Hex3F39413C04B11d718
Octal77711013140113435730
Binary11111111100110000011111000100101110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3941;
 }
 .AnyTagClassName
 {
   color: #3F3941;
 }
</style>
background-color css

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

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

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

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

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

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