#2E111E

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

Shades of Blackberry #2E111E

Tints of Blackberry #2E111E

Color information

#2E111E (or 0x2E111E) is unknown color: approx Blackberry. HEX triplet: 2E, 11 and 1E. RGB value is (46,17,30). Sum of RGB (Red+Green+Blue) = 46+17+30=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E111E is #D1EEE1. Grayscale: #1B1B1B. Windows color (decimal): -13758178 or 1970478. OLE color: 1970478.

HSL color Cylindrical-coordinate representation of color #2E111E: hue angle of 333.1º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E111E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB461730-
CMYK00.630.350.82
HSL333.1º46.03%12.35%-
HSV(B)333.1º63.04%18.04%-
XYZ1.561.081.35-
YUV27.15129.61141.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 49.46%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=49.46%
G=18.28%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46173000.630.350.82333.146.0312.35
Hex2E111E03F235214d2ec
Octal562136077431225155614
Binary1011101000111110011111110001110100101010011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,30); }

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

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

 a { background-color: rgb(46,17,30); }

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

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

 span { border-color: rgb(46,17,30); }

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