#2E091F

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

Shades of Blackberry #2E091F

Tints of Blackberry #2E091F

Color information

#2E091F (or 0x2E091F) is unknown color: approx Blackberry. HEX triplet: 2E, 09 and 1F. RGB value is (46,9,31). Sum of RGB (Red+Green+Blue) = 46+9+31=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E091F is #D1F6E0. Grayscale: #161616. Windows color (decimal): -13760225 or 2033966. OLE color: 2033966.

HSL color Cylindrical-coordinate representation of color #2E091F: hue angle of 324.32º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E091F is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB46931-
CMYK00.800.330.82
HSL324.32º67.27%10.78%-
HSV(B)324.32º80.43%18.04%-
XYZ1.470.881.39-
YUV22.57132.76144.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 53.49%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=53.49%
G=10.47%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4693100.800.330.82324.3267.2710.78
Hex2E91F050215214443b
Octal56113701204112250410313
Binary10111010011111101010000100001101001010100010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,31); }

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

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

 a { background-color: rgb(46,9,31); }

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

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

 span { border-color: rgb(46,9,31); }

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