#2D041B

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

Shades of Blackberry #2D041B

Tints of Blackberry #2D041B

Color information

#2D041B (or 0x2D041B) is unknown color: approx Blackberry. HEX triplet: 2D, 04 and 1B. RGB value is (45,4,27). Sum of RGB (Red+Green+Blue) = 45+4+27=76 (10% of max value = 765). Red value is 45 (17.97% from 255 or 59.21% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 45 - color contains mainly: red. Hex color #2D041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D041B is #D2FBE4. Grayscale: #121212. Windows color (decimal): -13827045 or 1770541. OLE color: 1770541.

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

Color convert

RGB45427-
CMYK00.910.40.82
HSL326.34º83.67%9.61%-
HSV(B)326.34º91.11%17.65%-
XYZ1.320.721.11-
YUV18.88132.58146.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 59.21%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=59.21%
G=5.26%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.4
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4542700.910.40.82326.3483.679.61
Hex2D41B05B285214654a
Octal5543301335012250612412
Binary1011011001101101011011101000101001010100011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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