#3F112D

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

Shades of Blackberry #3F112D

Tints of Blackberry #3F112D

Color information

#3F112D (or 0x3F112D) is unknown color: approx Blackberry. HEX triplet: 3F, 11 and 2D. RGB value is (63,17,45). Sum of RGB (Red+Green+Blue) = 63+17+45=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F112D is #C0EED2. Grayscale: #212121. Windows color (decimal): -12644051 or 2953535. OLE color: 2953535.

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

Color convert

RGB631745-
CMYK00.730.290.75
HSL323.48º57.5%15.69%-
HSV(B)323.48º73.02%24.71%-
XYZ2.721.652.66-
YUV33.95134.24148.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 45 (17.97% from 255) = 36%
R=50.4%
G=13.6%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63174500.730.290.75323.4857.515.69
Hex3F112D0491D4B1433a10
Octal7721550111351135037220
Binary111111100011011010100100111101100101110100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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