#3E052E

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

Shades of Blackberry #3E052E

Tints of Blackberry #3E052E

Color information

#3E052E (or 0x3E052E) is unknown color: approx Blackberry. HEX triplet: 3E, 05 and 2E. RGB value is (62,5,46). Sum of RGB (Red+Green+Blue) = 62+5+46=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E052E is #C1FAD1. Grayscale: #1A1A1A. Windows color (decimal): -12712658 or 3015998. OLE color: 3015998.

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

Color convert

RGB62546-
CMYK00.920.260.76
HSL316.84º85.07%13.14%-
HSV(B)316.84º91.94%24.31%-
XYZ2.531.332.71-
YUV26.72138.88153.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=54.87%
G=4.42%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6254600.920.260.76316.8485.0713.14
Hex3E52E05C1A4C13d55d
Octal7655601343211447512515
Binary1111101011011100101110011010100110010011110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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