#29021D

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

Shades of Blackberry #29021D

Tints of Blackberry #29021D

Color information

#29021D (or 0x29021D) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 1D. RGB value is (41,2,29). Sum of RGB (Red+Green+Blue) = 41+2+29=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021D is #D6FDE2. Grayscale: #101010. Windows color (decimal): -14089699 or 1901097. OLE color: 1901097.

HSL color Cylindrical-coordinate representation of color #29021D: hue angle of 318.46º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29021D is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB41229-
CMYK00.950.290.84
HSL318.46º90.7%8.43%-
HSV(B)318.46º95.12%16.08%-
XYZ1.160.61.22-
YUV16.74134.92145.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.94%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=56.94%
G=2.78%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122900.950.290.84318.4690.78.43
Hex2921D05F1D5413e5b8
Octal5123501373512447613310
Binary10100110111010101111111101101010010011111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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