#3F162F

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

Shades of Blackberry #3F162F

Tints of Blackberry #3F162F

Color information

#3F162F (or 0x3F162F) is unknown color: approx Blackberry. HEX triplet: 3F, 16 and 2F. RGB value is (63,22,47). Sum of RGB (Red+Green+Blue) = 63+22+47=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F162F is #C0E9D0. Grayscale: #252525. Windows color (decimal): -12642769 or 3085887. OLE color: 3085887.

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

Color convert

RGB632247-
CMYK00.650.250.75
HSL323.41º48.24%16.67%-
HSV(B)323.41º65.08%24.71%-
XYZ2.851.842.89-
YUV37.11133.58146.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=47.73%
G=16.67%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63224700.650.250.75323.4148.2416.67
Hex3F162F041194B1433011
Octal7726570101311135036021
Binary111111101101011110100000111001100101110100001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,22,47); }

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

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

 a { background-color: rgb(63,22,47); }

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

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

 span { border-color: rgb(63,22,47); }

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