#290317

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

Shades of Blackberry #290317

Tints of Blackberry #290317

Color information

#290317 (or 0x290317) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 17. RGB value is (41,3,23). Sum of RGB (Red+Green+Blue) = 41+3+23=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #290317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290317 is #D6FCE8. Grayscale: #101010. Windows color (decimal): -14089449 or 1508137. OLE color: 1508137.

HSL color Cylindrical-coordinate representation of color #290317: hue angle of 328.42º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290317 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB41323-
CMYK00.930.440.84
HSL328.42º86.36%8.63%-
HSV(B)328.42º92.68%16.08%-
XYZ1.10.60.87-
YUV16.64131.59145.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 61.19%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 23 (9.38% from 255) = 34.33%
R=61.19%
G=4.48%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132300.930.440.84328.4286.368.63
Hex2931705D2C54148569
Octal5132701355412451012611
Binary101001111011101011101101100101010010100100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290317; }

 p { color: rgb(41,3,23); }

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

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

 a { background-color: rgb(41,3,23); }

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

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

 span { border-color: rgb(41,3,23); }

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