#2E051A

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

Shades of Blackberry #2E051A

Tints of Blackberry #2E051A

Color information

#2E051A (or 0x2E051A) is unknown color: approx Blackberry. HEX triplet: 2E, 05 and 1A. RGB value is (46,5,26). Sum of RGB (Red+Green+Blue) = 46+5+26=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E051A is #D1FAE5. Grayscale: #131313. Windows color (decimal): -13761254 or 1705262. OLE color: 1705262.

HSL color Cylindrical-coordinate representation of color #2E051A: hue angle of 329.27º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E051A is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB46526-
CMYK00.890.430.82
HSL329.27º80.39%10%-
HSV(B)329.27º89.13%18.04%-
XYZ1.370.761.05-
YUV19.65131.58146.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 59.74%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=59.74%
G=6.49%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4652600.890.430.82329.2780.3910
Hex2E51A0592B5214950a
Octal5653201315312251112012
Binary1011101011101001011001101011101001010100100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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