#3F1128

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

Shades of Blackberry #3F1128

Tints of Blackberry #3F1128

Color information

#3F1128 (or 0x3F1128) is unknown color: approx Blackberry. HEX triplet: 3F, 11 and 28. RGB value is (63,17,40). Sum of RGB (Red+Green+Blue) = 63+17+40=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1128 is #C0EED7. Grayscale: #212121. Windows color (decimal): -12644056 or 2625855. OLE color: 2625855.

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

Color convert

RGB631740-
CMYK00.730.370.75
HSL330º57.5%15.69%-
HSV(B)330º73.02%24.71%-
XYZ2.631.612.18-
YUV33.38131.74149.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=52.5%
G=14.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63174000.730.370.7533057.515.69
Hex3F1128049254B14a3a10
Octal7721500111451135127220
Binary1111111000110100001001001100101100101110100101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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