#3E192B

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

Shades of Blackberry #3E192B

Tints of Blackberry #3E192B

Color information

#3E192B (or 0x3E192B) is unknown color: approx Blackberry. HEX triplet: 3E, 19 and 2B. RGB value is (62,25,43). Sum of RGB (Red+Green+Blue) = 62+25+43=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E192B is #C1E6D4. Grayscale: #262626. Windows color (decimal): -12707541 or 2824510. OLE color: 2824510.

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

Color convert

RGB622543-
CMYK00.600.310.76
HSL330.81º42.53%17.06%-
HSV(B)330.81º59.68%24.31%-
XYZ2.771.892.51-
YUV38.12130.76145.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=47.69%
G=19.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62254300.600.310.76330.8142.5317.06
Hex3E192B03C1F4C14b2b11
Octal763153074371145135321
Binary11111011001101011011110011111100110010100101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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