#2E1425

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

Shades of Blackberry #2E1425

Tints of Blackberry #2E1425

Color information

#2E1425 (or 0x2E1425) is unknown color: approx Blackberry. HEX triplet: 2E, 14 and 25. RGB value is (46,20,37). Sum of RGB (Red+Green+Blue) = 46+20+37=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1425 is #D1EBDA. Grayscale: #1D1D1D. Windows color (decimal): -13757403 or 2429998. OLE color: 2429998.

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

Color convert

RGB462037-
CMYK00.570.200.82
HSL320.77º39.39%12.94%-
HSV(B)320.77º56.52%18.04%-
XYZ1.711.211.89-
YUV29.71132.11139.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=44.66%
G=19.42%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46203700.570.200.82320.7739.3912.94
Hex2E1425039145214127d
Octal562445071241225014715
Binary1011101010010010101110011010010100101010000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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