#29071C

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

Shades of Blackberry #29071C

Tints of Blackberry #29071C

Color information

#29071C (or 0x29071C) is unknown color: approx Blackberry. HEX triplet: 29, 07 and 1C. RGB value is (41,7,28). Sum of RGB (Red+Green+Blue) = 41+7+28=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #29071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29071C is #D6F8E3. Grayscale: #131313. Windows color (decimal): -14088420 or 1836841. OLE color: 1836841.

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

Color convert

RGB41728-
CMYK00.830.320.84
HSL322.94º70.83%9.41%-
HSV(B)322.94º82.93%16.08%-
XYZ1.20.711.17-
YUV19.56132.76143.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=53.95%
G=9.21%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4172800.830.320.84322.9470.839.41
Hex2971C0532054143479
Octal5173401234012450310711
Binary1010011111110001010011100000101010010100001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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