#3F1731

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

Shades of Blackberry #3F1731

Tints of Blackberry #3F1731

Color information

#3F1731 (or 0x3F1731) is unknown color: approx Blackberry. HEX triplet: 3F, 17 and 31. RGB value is (63,23,49). Sum of RGB (Red+Green+Blue) = 63+23+49=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1731 is #C0E8CE. Grayscale: #252525. Windows color (decimal): -12642511 or 3217215. OLE color: 3217215.

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

Color convert

RGB632349-
CMYK00.630.220.75
HSL321º46.51%16.86%-
HSV(B)321º63.49%24.71%-
XYZ2.911.893.12-
YUV37.92134.25145.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=46.67%
G=17.04%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63234900.630.220.7532146.5116.86
Hex3F173103F164B1412f11
Octal772761077261135015721
Binary11111110111110001011111110110100101110100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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