#3F152A

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

Shades of Blackberry #3F152A

Tints of Blackberry #3F152A

Color information

#3F152A (or 0x3F152A) is unknown color: approx Blackberry. HEX triplet: 3F, 15 and 2A. RGB value is (63,21,42). Sum of RGB (Red+Green+Blue) = 63+21+42=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F152A is #C0EAD5. Grayscale: #232323. Windows color (decimal): -12643030 or 2757951. OLE color: 2757951.

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

Color convert

RGB632142-
CMYK00.670.330.75
HSL330º50%16.47%-
HSV(B)330º66.67%24.71%-
XYZ2.741.762.39-
YUV35.95131.41147.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63214200.670.330.753305016.47
Hex3F152A043214B14a3210
Octal7725520103411135126220
Binary1111111010110101001000011100001100101110100101011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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