#3F172E

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

Shades of Blackberry #3F172E

Tints of Blackberry #3F172E

Color information

#3F172E (or 0x3F172E) is unknown color: approx Blackberry. HEX triplet: 3F, 17 and 2E. RGB value is (63,23,46). Sum of RGB (Red+Green+Blue) = 63+23+46=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172E is #C0E8D1. Grayscale: #252525. Windows color (decimal): -12642514 or 3020607. OLE color: 3020607.

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

Color convert

RGB632346-
CMYK00.630.270.75
HSL325.5º46.51%16.86%-
HSV(B)325.5º63.49%24.71%-
XYZ2.851.872.79-
YUV37.58132.75146.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=47.73%
G=17.42%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63234600.630.270.75325.546.5116.86
Hex3F172E03F1B4B1462f11
Octal772756077331135065721
Binary11111110111101110011111111011100101110100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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