#3F0631

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

Shades of Blackberry #3F0631

Tints of Blackberry #3F0631

Color information

#3F0631 (or 0x3F0631) is unknown color: approx Blackberry. HEX triplet: 3F, 06 and 31. RGB value is (63,6,49). Sum of RGB (Red+Green+Blue) = 63+6+49=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0631 is #C0F9CE. Grayscale: #1B1B1B. Windows color (decimal): -12646863 or 3212863. OLE color: 3212863.

HSL color Cylindrical-coordinate representation of color #3F0631: hue angle of 314.74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0631 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB63649-
CMYK00.900.220.75
HSL314.74º82.61%13.53%-
HSV(B)314.74º90.48%24.71%-
XYZ2.671.413.04-
YUV27.94139.88153-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=53.39%
G=5.08%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364900.900.220.75314.7482.6113.53
Hex3F63105A164B13b53e
Octal7766101322611347312316
Binary1111111101100010101101010110100101110011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,49); }

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

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

 a { background-color: rgb(63,6,49); }

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

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

 span { border-color: rgb(63,6,49); }

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