#3F172D

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

Shades of Blackberry #3F172D

Tints of Blackberry #3F172D

Color information

#3F172D (or 0x3F172D) is unknown color: approx Blackberry. HEX triplet: 3F, 17 and 2D. RGB value is (63,23,45). Sum of RGB (Red+Green+Blue) = 63+23+45=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F172D is #C0E8D2. Grayscale: #252525. Windows color (decimal): -12642515 or 2955071. OLE color: 2955071.

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

Color convert

RGB632345-
CMYK00.630.290.75
HSL327º46.51%16.86%-
HSV(B)327º63.49%24.71%-
XYZ2.831.862.69-
YUV37.47132.25146.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=48.09%
G=17.56%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63234500.630.290.7532746.5116.86
Hex3F172D03F1D4B1472f11
Octal772755077351135075721
Binary11111110111101101011111111101100101110100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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