#3F1136

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

Shades of Blackberry #3F1136

Tints of Blackberry #3F1136

Color information

#3F1136 (or 0x3F1136) is unknown color: approx Blackberry. HEX triplet: 3F, 11 and 36. RGB value is (63,17,54). Sum of RGB (Red+Green+Blue) = 63+17+54=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1136 is #C0EEC9. Grayscale: #222222. Windows color (decimal): -12644042 or 3543359. OLE color: 3543359.

HSL color Cylindrical-coordinate representation of color #3F1136: hue angle of 311.74º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1136 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB631754-
CMYK00.730.140.75
HSL311.74º57.5%15.69%-
HSV(B)311.74º73.02%24.71%-
XYZ2.921.723.67-
YUV34.97138.74147.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=47.01%
G=12.69%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63175400.730.140.75311.7457.515.69
Hex3F1136049E4B1383a10
Octal7721660111161134707220
Binary11111110001110110010010011110100101110011100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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