#290319

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

Shades of Blackberry #290319

Tints of Blackberry #290319

Color information

#290319 (or 0x290319) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 19. RGB value is (41,3,25). Sum of RGB (Red+Green+Blue) = 41+3+25=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #290319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290319 is #D6FCE6. Grayscale: #101010. Windows color (decimal): -14089447 or 1639209. OLE color: 1639209.

HSL color Cylindrical-coordinate representation of color #290319: hue angle of 325.26º 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 #290319 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB41325-
CMYK00.930.390.84
HSL325.26º86.36%8.63%-
HSV(B)325.26º92.68%16.08%-
XYZ1.120.610.98-
YUV16.87132.59145.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 59.42%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=59.42%
G=4.35%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132500.930.390.84325.2686.368.63
Hex2931905D2754145569
Octal5133101354712450512611
Binary101001111100101011101100111101010010100010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290319; }

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

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

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

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

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

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

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

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