#29101B

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

Shades of Blackberry #29101B

Tints of Blackberry #29101B

Color information

#29101B (or 0x29101B) is unknown color: approx Blackberry. HEX triplet: 29, 10 and 1B. RGB value is (41,16,27). Sum of RGB (Red+Green+Blue) = 41+16+27=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #29101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29101B is #D6EFE4. Grayscale: #181818. Windows color (decimal): -14086117 or 1773609. OLE color: 1773609.

HSL color Cylindrical-coordinate representation of color #29101B: hue angle of 333.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29101B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB411627-
CMYK00.610.340.84
HSL333.6º43.86%11.18%-
HSV(B)333.6º60.98%16.08%-
XYZ1.30.921.15-
YUV24.73129.28139.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=48.81%
G=19.05%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41162700.610.340.84333.643.8611.18
Hex29101B03D225414e2cb
Octal512033075421245165413
Binary1010011000011011011110110001010101001010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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