#2D131E

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

Shades of Blackberry #2D131E

Tints of Blackberry #2D131E

Color information

#2D131E (or 0x2D131E) is unknown color: approx Blackberry. HEX triplet: 2D, 13 and 1E. RGB value is (45,19,30). Sum of RGB (Red+Green+Blue) = 45+19+30=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 45 - color contains mainly: red. Hex color #2D131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D131E is #D2ECE1. Grayscale: #1C1C1C. Windows color (decimal): -13823202 or 1970989. OLE color: 1970989.

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

Color convert

RGB451930-
CMYK00.580.330.82
HSL334.62º40.62%12.55%-
HSV(B)334.62º57.78%17.65%-
XYZ1.551.121.36-
YUV28.03129.11140.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 47.87%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=47.87%
G=20.21%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45193000.580.330.82334.6240.6212.55
Hex2D131E03A215214f29d
Octal552336072411225175115
Binary1011011001111110011101010000110100101010011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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