#2E081E

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

Shades of Blackberry #2E081E

Tints of Blackberry #2E081E

Color information

#2E081E (or 0x2E081E) is unknown color: approx Blackberry. HEX triplet: 2E, 08 and 1E. RGB value is (46,8,30). Sum of RGB (Red+Green+Blue) = 46+8+30=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E081E is #D1F7E1. Grayscale: #151515. Windows color (decimal): -13760482 or 1968174. OLE color: 1968174.

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

Color convert

RGB46830-
CMYK00.830.350.82
HSL325.26º70.37%10.59%-
HSV(B)325.26º82.61%18.04%-
XYZ1.450.851.32-
YUV21.87132.59145.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 54.76%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=54.76%
G=9.52%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4683000.830.350.82325.2670.3710.59
Hex2E81E053235214546b
Octal56103601234312250510613
Binary10111010001111001010011100011101001010100010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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