#3F1B2F

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

Shades of Blackberry #3F1B2F

Tints of Blackberry #3F1B2F

Color information

#3F1B2F (or 0x3F1B2F) is unknown color: approx Blackberry. HEX triplet: 3F, 1B and 2F. RGB value is (63,27,47). Sum of RGB (Red+Green+Blue) = 63+27+47=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B2F is #C0E4D0. Grayscale: #282828. Windows color (decimal): -12641489 or 3087167. OLE color: 3087167.

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

Color convert

RGB632747-
CMYK00.570.250.75
HSL326.67º40%17.65%-
HSV(B)326.67º57.14%24.71%-
XYZ2.952.052.93-
YUV40.04131.93144.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.99%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=45.99%
G=19.71%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63274700.570.250.75326.674017.65
Hex3F1B2F039194B1472812
Octal773357071311135075022
Binary11111111011101111011100111001100101110100011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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