#3F1025

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

Shades of Blackberry #3F1025

Tints of Blackberry #3F1025

Color information

#3F1025 (or 0x3F1025) is unknown color: approx Blackberry. HEX triplet: 3F, 10 and 25. RGB value is (63,16,37). Sum of RGB (Red+Green+Blue) = 63+16+37=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1025 is #C0EFDA. Grayscale: #202020. Windows color (decimal): -12644315 or 2428991. OLE color: 2428991.

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

Color convert

RGB631637-
CMYK00.750.410.75
HSL333.19º59.49%15.49%-
HSV(B)333.19º74.6%24.71%-
XYZ2.571.561.92-
YUV32.45130.57149.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=54.31%
G=13.79%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63163700.750.410.75333.1959.4915.49
Hex3F102504B294B14d3bf
Octal7720450113511135157317
Binary111111100001001010100101110100110010111010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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