#3F1125

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

Shades of Blackberry #3F1125

Tints of Blackberry #3F1125

Color information

#3F1125 (or 0x3F1125) is unknown color: approx Blackberry. HEX triplet: 3F, 11 and 25. RGB value is (63,17,37). Sum of RGB (Red+Green+Blue) = 63+17+37=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1125 is #C0EEDA. Grayscale: #212121. Windows color (decimal): -12644059 or 2429247. OLE color: 2429247.

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

Color convert

RGB631737-
CMYK00.730.410.75
HSL333.91º57.5%15.69%-
HSV(B)333.91º73.02%24.71%-
XYZ2.581.591.92-
YUV33.03130.24149.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=53.85%
G=14.53%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63173700.730.410.75333.9157.515.69
Hex3F1125049294B14e3a10
Octal7721450111511135167220
Binary1111111000110010101001001101001100101110100111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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