#2E0725

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

Shades of Blackberry #2E0725

Tints of Blackberry #2E0725

Color information

#2E0725 (or 0x2E0725) is unknown color: approx Blackberry. HEX triplet: 2E, 07 and 25. RGB value is (46,7,37). Sum of RGB (Red+Green+Blue) = 46+7+37=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0725 is #D1F8DA. Grayscale: #161616. Windows color (decimal): -13760731 or 2426670. OLE color: 2426670.

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

Color convert

RGB46737-
CMYK00.850.200.82
HSL313.85º73.58%10.39%-
HSV(B)313.85º84.78%18.04%-
XYZ1.540.871.84-
YUV22.08136.42145.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.11%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=51.11%
G=7.78%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4673700.850.200.82313.8573.5810.39
Hex2E725055145213a4aa
Octal5674501252412247211212
Binary1011101111001010101010110100101001010011101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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