#29071F

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

Shades of Blackberry #29071F

Tints of Blackberry #29071F

Color information

#29071F (or 0x29071F) is unknown color: approx Blackberry. HEX triplet: 29, 07 and 1F. RGB value is (41,7,31). Sum of RGB (Red+Green+Blue) = 41+7+31=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29071F is #D6F8E0. Grayscale: #131313. Windows color (decimal): -14088417 or 2033449. OLE color: 2033449.

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

Color convert

RGB41731-
CMYK00.830.240.84
HSL317.65º70.83%9.41%-
HSV(B)317.65º82.93%16.08%-
XYZ1.240.721.37-
YUV19.9134.26143.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=51.90%
G=8.86%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4173100.830.240.84317.6570.839.41
Hex2971F053185413e479
Octal5173701233012447610711
Binary101001111111110101001111000101010010011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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