#29001F

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

Shades of Blackberry #29001F

Tints of Blackberry #29001F

Color information

#29001F (or 0x29001F) is unknown color: approx Blackberry. HEX triplet: 29, 00 and 1F. RGB value is (41,0,31). Sum of RGB (Red+Green+Blue) = 41+0+31=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29001F is #D6FFE0. Grayscale: #0F0F0F. Windows color (decimal): -14090209 or 2031657. OLE color: 2031657.

HSL color Cylindrical-coordinate representation of color #29001F: hue angle of 314.63º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29001F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB41031-
CMYK010.240.84
HSL314.63º100%8.04%-
HSV(B)314.63º100%16.08%-
XYZ1.160.571.35-
YUV15.79136.58145.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=56.94%
G=0%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41031010.240.84314.631008.04
Hex2901F064185413b648
Octal5103701443012447314410
Binary1010010111110110010011000101010010011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29001F; }

 p { color: rgb(41,0,31); }

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

<style>
 a { background-color: #29001F; }

 a { background-color: rgb(41,0,31); }

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

<style>
 span { border-color: #29001F; }

 span { border-color: rgb(41,0,31); }

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