#2D111E

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

Shades of Blackberry #2D111E

Tints of Blackberry #2D111E

Color information

#2D111E (or 0x2D111E) is unknown color: approx Blackberry. HEX triplet: 2D, 11 and 1E. RGB value is (45,17,30). Sum of RGB (Red+Green+Blue) = 45+17+30=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D111E is #D2EEE1. Grayscale: #1A1A1A. Windows color (decimal): -13823714 or 1970477. OLE color: 1970477.

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

Color convert

RGB451730-
CMYK00.620.330.82
HSL332.14º45.16%12.16%-
HSV(B)332.14º62.22%17.65%-
XYZ1.521.051.35-
YUV26.85129.78140.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 48.91%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=48.91%
G=18.48%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45173000.620.330.82332.1445.1612.16
Hex2D111E03E215214c2dc
Octal552136076411225145514
Binary1011011000111110011111010000110100101010011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,17,30); }

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

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

 a { background-color: rgb(45,17,30); }

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

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

 span { border-color: rgb(45,17,30); }

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