#2E081A

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

Shades of Blackberry #2E081A

Tints of Blackberry #2E081A

Color information

#2E081A (or 0x2E081A) is unknown color: approx Blackberry. HEX triplet: 2E, 08 and 1A. RGB value is (46,8,26). Sum of RGB (Red+Green+Blue) = 46+8+26=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E081A is #D1F7E5. Grayscale: #151515. Windows color (decimal): -13760486 or 1706030. OLE color: 1706030.

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

Color convert

RGB46826-
CMYK00.830.430.82
HSL331.58º70.37%10.59%-
HSV(B)331.58º82.61%18.04%-
XYZ1.40.831.06-
YUV21.41130.59145.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 57.5%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=57.5%
G=10%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4682600.830.430.82331.5870.3710.59
Hex2E81A0532B5214c46b
Octal56103201235312251410613
Binary10111010001101001010011101011101001010100110010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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