#3F132D

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

Shades of Blackberry #3F132D

Tints of Blackberry #3F132D

Color information

#3F132D (or 0x3F132D) is unknown color: approx Blackberry. HEX triplet: 3F, 13 and 2D. RGB value is (63,19,45). Sum of RGB (Red+Green+Blue) = 63+19+45=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F132D is #C0ECD2. Grayscale: #232323. Windows color (decimal): -12643539 or 2954047. OLE color: 2954047.

HSL color Cylindrical-coordinate representation of color #3F132D: hue angle of 324.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F132D is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB631945-
CMYK00.700.290.75
HSL324.55º53.66%16.08%-
HSV(B)324.55º69.84%24.71%-
XYZ2.761.712.67-
YUV35.12133.58147.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=49.61%
G=14.96%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63194500.700.290.75324.5553.6616.08
Hex3F132D0461D4B1453610
Octal7723550106351135056620
Binary111111100111011010100011011101100101110100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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