#290318

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

Shades of Blackberry #290318

Tints of Blackberry #290318

Color information

#290318 (or 0x290318) is unknown color: approx Blackberry. HEX triplet: 29, 03 and 18. RGB value is (41,3,24). Sum of RGB (Red+Green+Blue) = 41+3+24=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290318 is #D6FCE7. Grayscale: #101010. Windows color (decimal): -14089448 or 1573673. OLE color: 1573673.

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

Color convert

RGB41324-
CMYK00.930.410.84
HSL326.84º86.36%8.63%-
HSV(B)326.84º92.68%16.08%-
XYZ1.110.60.92-
YUV16.76132.09145.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=60.29%
G=4.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4132400.930.410.84326.8486.368.63
Hex2931805D2954147569
Octal5133001355112450712611
Binary101001111100001011101101001101010010100011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290318; }

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

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

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

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

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

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

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

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