#3F1431

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

Shades of Blackberry #3F1431

Tints of Blackberry #3F1431

Color information

#3F1431 (or 0x3F1431) is unknown color: approx Blackberry. HEX triplet: 3F, 14 and 31. RGB value is (63,20,49). Sum of RGB (Red+Green+Blue) = 63+20+49=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1431 is #C0EBCE. Grayscale: #242424. Windows color (decimal): -12643279 or 3216447. OLE color: 3216447.

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

Color convert

RGB632049-
CMYK00.680.220.75
HSL319.53º51.81%16.27%-
HSV(B)319.53º68.25%24.71%-
XYZ2.851.783.1-
YUV36.16135.25147.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=47.73%
G=15.15%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63204900.680.220.75319.5351.8116.27
Hex3F1431044164B1403410
Octal7724610104261135006420
Binary111111101001100010100010010110100101110100000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,49); }

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

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

 a { background-color: rgb(63,20,49); }

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

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

 span { border-color: rgb(63,20,49); }

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