#3F192A

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

Shades of Blackberry #3F192A

Tints of Blackberry #3F192A

Color information

#3F192A (or 0x3F192A) is unknown color: approx Blackberry. HEX triplet: 3F, 19 and 2A. RGB value is (63,25,42). Sum of RGB (Red+Green+Blue) = 63+25+42=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F192A is #C0E6D5. Grayscale: #262626. Windows color (decimal): -12642006 or 2758975. OLE color: 2758975.

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

Color convert

RGB632542-
CMYK00.600.330.75
HSL333.16º43.18%17.25%-
HSV(B)333.16º60.32%24.71%-
XYZ2.821.922.41-
YUV38.3130.09145.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=48.46%
G=19.23%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63254200.600.330.75333.1643.1817.25
Hex3F192A03C214B14d2b11
Octal773152074411135155321
Binary111111110011010100111100100001100101110100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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