#2E0820

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

Shades of Blackberry #2E0820

Tints of Blackberry #2E0820

Color information

#2E0820 (or 0x2E0820) is unknown color: approx Blackberry. HEX triplet: 2E, 08 and 20. RGB value is (46,8,32). Sum of RGB (Red+Green+Blue) = 46+8+32=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0820 is #D1F7DF. Grayscale: #161616. Windows color (decimal): -13760480 or 2099246. OLE color: 2099246.

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

Color convert

RGB46832-
CMYK00.830.300.82
HSL322.11º70.37%10.59%-
HSV(B)322.11º82.61%18.04%-
XYZ1.470.861.45-
YUV22.1133.59145.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 53.49%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=53.49%
G=9.30%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4683200.830.300.82322.1170.3710.59
Hex2E8200531E5214246b
Octal56104001233612250210613
Binary10111010001000000101001111110101001010100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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