#3f1a2d

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

Shades of Blackberry #3F1A2D

Tints of Blackberry #3F1A2D

Color information

#3F1A2D (or 0x3F1A2D) is unknown color: approx Blackberry. HEX triplet: 3F, 1A and 2D. RGB value is (63,26,45). Sum of RGB (Red+Green+Blue) = 63+26+45=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A2D is #C0E5D2. Grayscale: #272727. Windows color (decimal): -12641747 or 2955839. OLE color: 2955839.

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

Color convert

RGB632645-
CMYK00.590.290.75
HSL329.19º41.57%17.45%-
HSV(B)329.19º58.73%24.71%-
XYZ2.891.992.71-
YUV39.23131.26144.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=47.01%
G=19.40%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63264500.590.290.75329.1941.5717.45
Hex3F1A2D03B1D4B1492a11
Octal773255073351135115221
Binary11111111010101101011101111101100101110100100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1a2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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