#2E071E

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

Shades of Blackberry #2E071E

Tints of Blackberry #2E071E

Color information

#2E071E (or 0x2E071E) is unknown color: approx Blackberry. HEX triplet: 2E, 07 and 1E. RGB value is (46,7,30). Sum of RGB (Red+Green+Blue) = 46+7+30=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E071E is #D1F8E1. Grayscale: #151515. Windows color (decimal): -13760738 or 1967918. OLE color: 1967918.

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

Color convert

RGB46730-
CMYK00.850.350.82
HSL324.62º73.58%10.39%-
HSV(B)324.62º84.78%18.04%-
XYZ1.440.831.31-
YUV21.28132.92145.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 55.42%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=55.42%
G=8.43%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4673000.850.350.82324.6273.5810.39
Hex2E71E05523521454aa
Octal5673601254312250511212
Binary1011101111111001010101100011101001010100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,7,30); }

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

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

 a { background-color: rgb(46,7,30); }

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

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

 span { border-color: rgb(46,7,30); }

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