#3F1B2D

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

Shades of Blackberry #3F1B2D

Tints of Blackberry #3F1B2D

Color information

#3F1B2D (or 0x3F1B2D) is unknown color: approx Blackberry. HEX triplet: 3F, 1B and 2D. RGB value is (63,27,45). Sum of RGB (Red+Green+Blue) = 63+27+45=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B2D is #C0E4D2. Grayscale: #272727. Windows color (decimal): -12641491 or 2956095. OLE color: 2956095.

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

Color convert

RGB632745-
CMYK00.570.290.75
HSL330º40%17.65%-
HSV(B)330º57.14%24.71%-
XYZ2.922.032.72-
YUV39.82130.93144.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=46.67%
G=20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63274500.570.290.753304017.65
Hex3F1B2D0391D4B14a2812
Octal773355071351135125022
Binary11111111011101101011100111101100101110100101010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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