#2D111D

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

Shades of Blackberry #2D111D

Tints of Blackberry #2D111D

Color information

#2D111D (or 0x2D111D) is unknown color: approx Blackberry. HEX triplet: 2D, 11 and 1D. RGB value is (45,17,29). Sum of RGB (Red+Green+Blue) = 45+17+29=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D111D is #D2EEE2. Grayscale: #1A1A1A. Windows color (decimal): -13823715 or 1904941. OLE color: 1904941.

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

Color convert

RGB451729-
CMYK00.620.360.82
HSL334.29º45.16%12.16%-
HSV(B)334.29º62.22%17.65%-
XYZ1.51.051.29-
YUV26.74129.28141.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 49.45%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=49.45%
G=18.68%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45172900.620.360.82334.2945.1612.16
Hex2D111D03E245214e2dc
Octal552135076441225165514
Binary1011011000111101011111010010010100101010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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