#2E0A20

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

Shades of Blackberry #2E0A20

Tints of Blackberry #2E0A20

Color information

#2E0A20 (or 0x2E0A20) is unknown color: approx Blackberry. HEX triplet: 2E, 0A and 20. RGB value is (46,10,32). Sum of RGB (Red+Green+Blue) = 46+10+32=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A20 is #D1F5DF. Grayscale: #171717. Windows color (decimal): -13759968 or 2099758. OLE color: 2099758.

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

Color convert

RGB461032-
CMYK00.780.300.82
HSL323.33º64.29%10.98%-
HSV(B)323.33º78.26%18.04%-
XYZ1.50.91.46-
YUV23.27132.93144.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 52.27%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=52.27%
G=11.36%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46103200.780.300.82323.3364.2910.98
Hex2EA2004E1E5214340b
Octal56124001163612250310013
Binary10111010101000000100111011110101001010100001110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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