#3E102E

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

Shades of Blackberry #3E102E

Tints of Blackberry #3E102E

Color information

#3E102E (or 0x3E102E) is unknown color: approx Blackberry. HEX triplet: 3E, 10 and 2E. RGB value is (62,16,46). Sum of RGB (Red+Green+Blue) = 62+16+46=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E102E is #C1EFD1. Grayscale: #212121. Windows color (decimal): -12709842 or 3018814. OLE color: 3018814.

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

Color convert

RGB621646-
CMYK00.740.260.76
HSL320.87º58.97%15.29%-
HSV(B)320.87º74.19%24.31%-
XYZ2.671.592.75-
YUV33.17135.24148.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=50%
G=12.90%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62164600.740.260.76320.8758.9715.29
Hex3E102E04A1A4C1413bf
Octal7620560112321145017317
Binary11111010000101110010010101101010011001010000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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