#3F192E

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

Shades of Blackberry #3F192E

Tints of Blackberry #3F192E

Color information

#3F192E (or 0x3F192E) is unknown color: approx Blackberry. HEX triplet: 3F, 19 and 2E. RGB value is (63,25,46). Sum of RGB (Red+Green+Blue) = 63+25+46=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F192E is #C0E6D1. Grayscale: #262626. Windows color (decimal): -12642002 or 3021119. OLE color: 3021119.

HSL color Cylindrical-coordinate representation of color #3F192E: hue angle of 326.84º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F192E is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB632546-
CMYK00.600.270.75
HSL326.84º43.18%17.25%-
HSV(B)326.84º60.32%24.71%-
XYZ2.891.952.81-
YUV38.76132.09145.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=47.01%
G=18.66%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63254600.600.270.75326.8443.1817.25
Hex3F192E03C1B4B1472b11
Octal773156074331135075321
Binary11111111001101110011110011011100101110100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,46); }

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

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

 a { background-color: rgb(63,25,46); }

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

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

 span { border-color: rgb(63,25,46); }

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