#3E192F

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

Shades of Blackberry #3E192F

Tints of Blackberry #3E192F

Color information

#3E192F (or 0x3E192F) is unknown color: approx Blackberry. HEX triplet: 3E, 19 and 2F. RGB value is (62,25,47). Sum of RGB (Red+Green+Blue) = 62+25+47=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E192F is #C1E6D0. Grayscale: #262626. Windows color (decimal): -12707537 or 3086654. OLE color: 3086654.

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

Color convert

RGB622547-
CMYK00.600.240.76
HSL324.32º42.53%17.06%-
HSV(B)324.32º59.68%24.31%-
XYZ2.851.922.91-
YUV38.57132.76144.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=46.27%
G=18.66%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62254700.600.240.76324.3242.5317.06
Hex3E192F03C184C1442b11
Octal763157074301145045321
Binary11111011001101111011110011000100110010100010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,25,47); }

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

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

 a { background-color: rgb(62,25,47); }

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

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

 span { border-color: rgb(62,25,47); }

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