#3F1326

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

Shades of Blackberry #3F1326

Tints of Blackberry #3F1326

Color information

#3F1326 (or 0x3F1326) is unknown color: approx Blackberry. HEX triplet: 3F, 13 and 26. RGB value is (63,19,38). Sum of RGB (Red+Green+Blue) = 63+19+38=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1326 is #C0ECD9. Grayscale: #222222. Windows color (decimal): -12643546 or 2495295. OLE color: 2495295.

HSL color Cylindrical-coordinate representation of color #3F1326: hue angle of 334.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1326 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB631938-
CMYK00.700.400.75
HSL334.09º53.66%16.08%-
HSV(B)334.09º69.84%24.71%-
XYZ2.631.662.02-
YUV34.32130.08148.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=52.5%
G=15.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63193800.700.400.75334.0953.6616.08
Hex3F1326046284B14e3610
Octal7723460106501135166620
Binary1111111001110011001000110101000100101110100111011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,19,38); }

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

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

 a { background-color: rgb(63,19,38); }

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

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

 span { border-color: rgb(63,19,38); }

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