#3F112B

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

Shades of Blackberry #3F112B

Tints of Blackberry #3F112B

Color information

#3F112B (or 0x3F112B) is unknown color: approx Blackberry. HEX triplet: 3F, 11 and 2B. RGB value is (63,17,43). Sum of RGB (Red+Green+Blue) = 63+17+43=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F112B is #C0EED4. Grayscale: #212121. Windows color (decimal): -12644053 or 2822463. OLE color: 2822463.

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

Color convert

RGB631743-
CMYK00.730.320.75
HSL326.09º57.5%15.69%-
HSV(B)326.09º73.02%24.71%-
XYZ2.691.632.46-
YUV33.72133.24148.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=51.22%
G=13.82%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63174300.730.320.75326.0957.515.69
Hex3F112B049204B1463a10
Octal7721530111401135067220
Binary1111111000110101101001001100000100101110100011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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