#2E081D

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

Shades of Blackberry #2E081D

Tints of Blackberry #2E081D

Color information

#2E081D (or 0x2E081D) is unknown color: approx Blackberry. HEX triplet: 2E, 08 and 1D. RGB value is (46,8,29). Sum of RGB (Red+Green+Blue) = 46+8+29=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E081D is #D1F7E2. Grayscale: #151515. Windows color (decimal): -13760483 or 1902638. OLE color: 1902638.

HSL color Cylindrical-coordinate representation of color #2E081D: hue angle of 326.84º 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 #2E081D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB46829-
CMYK00.830.370.82
HSL326.84º70.37%10.59%-
HSV(B)326.84º82.61%18.04%-
XYZ1.440.841.25-
YUV21.76132.09145.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 55.42%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=55.42%
G=9.64%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4682900.830.370.82326.8470.3710.59
Hex2E81D053255214746b
Octal56103501234512250710613
Binary10111010001110101010011100101101001010100011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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