#2D1B25

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

Shades of Blackberry #2D1B25

Tints of Blackberry #2D1B25

Color information

#2D1B25 (or 0x2D1B25) is unknown color: approx Blackberry. HEX triplet: 2D, 1B and 25. RGB value is (45,27,37). Sum of RGB (Red+Green+Blue) = 45+27+37=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1B25 is #D2E4DA. Grayscale: #212121. Windows color (decimal): -13821147 or 2431789. OLE color: 2431789.

HSL color Cylindrical-coordinate representation of color #2D1B25: hue angle of 326.67º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D1B25 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB452737-
CMYK00.40.180.82
HSL326.67º25%14.12%-
HSV(B)326.67º40%17.65%-
XYZ1.811.481.94-
YUV33.52129.96136.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.28%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=41.28%
G=24.77%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45273700.40.180.82326.672514.12
Hex2D1B25028125214719e
Octal553345050221225073116
Binary101101110111001010101000100101010010101000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,27,37); }

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

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

 a { background-color: rgb(45,27,37); }

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

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

 span { border-color: rgb(45,27,37); }

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