#3F132C

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

Shades of Blackberry #3F132C

Tints of Blackberry #3F132C

Color information

#3F132C (or 0x3F132C) is unknown color: approx Blackberry. HEX triplet: 3F, 13 and 2C. RGB value is (63,19,44). Sum of RGB (Red+Green+Blue) = 63+19+44=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F132C is #C0ECD3. Grayscale: #222222. Windows color (decimal): -12643540 or 2888511. OLE color: 2888511.

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

Color convert

RGB631944-
CMYK00.700.300.75
HSL325.91º53.66%16.08%-
HSV(B)325.91º69.84%24.71%-
XYZ2.741.72.57-
YUV35.01133.08147.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=50%
G=15.08%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63194400.700.300.75325.9153.6616.08
Hex3F132C0461E4B1463610
Octal7723540106361135066620
Binary111111100111011000100011011110100101110100011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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