#29021B

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

Shades of Blackberry #29021B

Tints of Blackberry #29021B

Color information

#29021B (or 0x29021B) is unknown color: approx Blackberry. HEX triplet: 29, 02 and 1B. RGB value is (41,2,27). Sum of RGB (Red+Green+Blue) = 41+2+27=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #29021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29021B is #D6FDE4. Grayscale: #101010. Windows color (decimal): -14089701 or 1770025. OLE color: 1770025.

HSL color Cylindrical-coordinate representation of color #29021B: hue angle of 321.54º 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 #29021B is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB41227-
CMYK00.950.340.84
HSL321.54º90.7%8.43%-
HSV(B)321.54º95.12%16.08%-
XYZ1.130.591.09-
YUV16.51133.92145.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 58.57%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=58.57%
G=2.86%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4122700.950.340.84321.5490.78.43
Hex2921B05F22541425b8
Octal5123301374212450213310
Binary101001101101101011111100010101010010100001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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