#3F142D

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

Shades of Blackberry #3F142D

Tints of Blackberry #3F142D

Color information

#3F142D (or 0x3F142D) is unknown color: approx Blackberry. HEX triplet: 3F, 14 and 2D. RGB value is (63,20,45). Sum of RGB (Red+Green+Blue) = 63+20+45=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F142D is #C0EBD2. Grayscale: #232323. Windows color (decimal): -12643283 or 2954303. OLE color: 2954303.

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

Color convert

RGB632045-
CMYK00.680.290.75
HSL325.12º51.81%16.27%-
HSV(B)325.12º68.25%24.71%-
XYZ2.771.752.67-
YUV35.71133.25147.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=49.22%
G=15.62%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63204500.680.290.75325.1251.8116.27
Hex3F142D0441D4B1453410
Octal7724550104351135056420
Binary111111101001011010100010011101100101110100010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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