#2E0D25

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

Shades of Blackberry #2E0D25

Tints of Blackberry #2E0D25

Color information

#2E0D25 (or 0x2E0D25) is unknown color: approx Blackberry. HEX triplet: 2E, 0D and 25. RGB value is (46,13,37). Sum of RGB (Red+Green+Blue) = 46+13+37=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D25 is #D1F2DA. Grayscale: #191919. Windows color (decimal): -13759195 or 2428206. OLE color: 2428206.

HSL color Cylindrical-coordinate representation of color #2E0D25: hue angle of 316.36º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0D25 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.82.

Color convert

RGB461337-
CMYK00.720.200.82
HSL316.36º55.93%11.57%-
HSV(B)316.36º71.74%18.04%-
XYZ1.611.86-
YUV25.6134.43142.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.92%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=47.92%
G=13.54%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46133700.720.200.82316.3655.9311.57
Hex2ED25048145213c38c
Octal5615450110241224747014
Binary1011101101100101010010001010010100101001111001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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