#2E1B25

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

Shades of Blackberry #2E1B25

Tints of Blackberry #2E1B25

Color information

#2E1B25 (or 0x2E1B25) is unknown color: approx Blackberry. HEX triplet: 2E, 1B and 25. RGB value is (46,27,37). Sum of RGB (Red+Green+Blue) = 46+27+37=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B25 is #D1E4DA. Grayscale: #212121. Windows color (decimal): -13755611 or 2431790. OLE color: 2431790.

HSL color Cylindrical-coordinate representation of color #2E1B25: hue angle of 328.42º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E1B25 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.82.

Color convert

RGB462737-
CMYK00.410.200.82
HSL328.42º26.03%14.31%-
HSV(B)328.42º41.3%18.04%-
XYZ1.851.51.94-
YUV33.82129.79136.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.82%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=41.82%
G=24.55%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46273700.410.200.82328.4226.0314.31
Hex2E1B2502914521481ae
Octal563345051241225103216
Binary101110110111001010101001101001010010101001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1B25; }

 p { color: rgb(46,27,37); }

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

<style>
 a { background-color: #2E1B25; }

 a { background-color: rgb(46,27,37); }

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

<style>
 span { border-color: #2E1B25; }

 span { border-color: rgb(46,27,37); }

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