#3F1031

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

Shades of Blackberry #3F1031

Tints of Blackberry #3F1031

Color information

#3F1031 (or 0x3F1031) is unknown color: approx Blackberry. HEX triplet: 3F, 10 and 31. RGB value is (63,16,49). Sum of RGB (Red+Green+Blue) = 63+16+49=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1031 is #C0EFCE. Grayscale: #212121. Windows color (decimal): -12644303 or 3215423. OLE color: 3215423.

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

Color convert

RGB631649-
CMYK00.750.220.75
HSL317.87º59.49%15.49%-
HSV(B)317.87º74.6%24.71%-
XYZ2.791.653.08-
YUV33.82136.57148.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=49.22%
G=12.5%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63164900.750.220.75317.8759.4915.49
Hex3F103104B164B13e3bf
Octal7720610113261134767317
Binary11111110000110001010010111011010010111001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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