#3E152E

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

Shades of Blackberry #3E152E

Tints of Blackberry #3E152E

Color information

#3E152E (or 0x3E152E) is unknown color: approx Blackberry. HEX triplet: 3E, 15 and 2E. RGB value is (62,21,46). Sum of RGB (Red+Green+Blue) = 62+21+46=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E152E is #C1EAD1. Grayscale: #242424. Windows color (decimal): -12708562 or 3020094. OLE color: 3020094.

HSL color Cylindrical-coordinate representation of color #3E152E: hue angle of 323.41º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E152E is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB622146-
CMYK00.660.260.76
HSL323.41º49.4%16.27%-
HSV(B)323.41º66.13%24.31%-
XYZ2.751.762.78-
YUV36.11133.58146.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=48.06%
G=16.28%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62214600.660.260.76323.4149.416.27
Hex3E152E0421A4C1433110
Octal7625560102321145036120
Binary111110101011011100100001011010100110010100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,46); }

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

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

 a { background-color: rgb(62,21,46); }

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

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

 span { border-color: rgb(62,21,46); }

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