#3F1525

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

Shades of Blackberry #3F1525

Tints of Blackberry #3F1525

Color information

#3F1525 (or 0x3F1525) is unknown color: approx Blackberry. HEX triplet: 3F, 15 and 25. RGB value is (63,21,37). Sum of RGB (Red+Green+Blue) = 63+21+37=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1525 is #C0EADA. Grayscale: #232323. Windows color (decimal): -12643035 or 2430271. OLE color: 2430271.

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

Color convert

RGB632137-
CMYK00.670.410.75
HSL337.14º50%16.47%-
HSV(B)337.14º66.67%24.71%-
XYZ2.651.731.94-
YUV35.38128.91147.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.07%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=52.07%
G=17.36%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63213700.670.410.75337.145016.47
Hex3F1525043294B1513210
Octal7725450103511135216220
Binary1111111010110010101000011101001100101110101000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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