#3F1527

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

Shades of Blackberry #3F1527

Tints of Blackberry #3F1527

Color information

#3F1527 (or 0x3F1527) is unknown color: approx Blackberry. HEX triplet: 3F, 15 and 27. RGB value is (63,21,39). Sum of RGB (Red+Green+Blue) = 63+21+39=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1527 is #C0EAD8. Grayscale: #232323. Windows color (decimal): -12643033 or 2561343. OLE color: 2561343.

HSL color Cylindrical-coordinate representation of color #3F1527: hue angle of 334.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1527 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB632139-
CMYK00.670.380.75
HSL334.29º50%16.47%-
HSV(B)334.29º66.67%24.71%-
XYZ2.681.742.11-
YUV35.61129.91147.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=51.22%
G=17.07%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63213900.670.380.75334.295016.47
Hex3F1527043264B14e3210
Octal7725470103461135166220
Binary1111111010110011101000011100110100101110100111011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,21,39); }

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

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

 a { background-color: rgb(63,21,39); }

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

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

 span { border-color: rgb(63,21,39); }

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