#29071D

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

Shades of Blackberry #29071D

Tints of Blackberry #29071D

Color information

#29071D (or 0x29071D) is unknown color: approx Blackberry. HEX triplet: 29, 07 and 1D. RGB value is (41,7,29). Sum of RGB (Red+Green+Blue) = 41+7+29=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29071D is #D6F8E2. Grayscale: #131313. Windows color (decimal): -14088419 or 1902377. OLE color: 1902377.

HSL color Cylindrical-coordinate representation of color #29071D: hue angle of 321.18º 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 #29071D is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB41729-
CMYK00.830.290.84
HSL321.18º70.83%9.41%-
HSV(B)321.18º82.93%16.08%-
XYZ1.210.711.24-
YUV19.67133.26143.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.25%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=53.25%
G=9.09%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4172900.830.290.84321.1870.839.41
Hex2971D0531D54141479
Octal5173501233512450110711
Binary101001111111010101001111101101010010100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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