#3F152D

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

Shades of Blackberry #3F152D

Tints of Blackberry #3F152D

Color information

#3F152D (or 0x3F152D) is unknown color: approx Blackberry. HEX triplet: 3F, 15 and 2D. RGB value is (63,21,45). Sum of RGB (Red+Green+Blue) = 63+21+45=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F152D is #C0EAD2. Grayscale: #242424. Windows color (decimal): -12643027 or 2954559. OLE color: 2954559.

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

Color convert

RGB632145-
CMYK00.670.290.75
HSL325.71º50%16.47%-
HSV(B)325.71º66.67%24.71%-
XYZ2.791.782.68-
YUV36.29132.91147.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=48.84%
G=16.28%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63214500.670.290.75325.715016.47
Hex3F152D0431D4B1463210
Octal7725550103351135066220
Binary111111101011011010100001111101100101110100011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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