#290F1F

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

Shades of Blackberry #290F1F

Tints of Blackberry #290F1F

Color information

#290F1F (or 0x290F1F) is unknown color: approx Blackberry. HEX triplet: 29, 0F and 1F. RGB value is (41,15,31). Sum of RGB (Red+Green+Blue) = 41+15+31=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #290F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F1F is #D6F0E0. Grayscale: #181818. Windows color (decimal): -14086369 or 2035497. OLE color: 2035497.

HSL color Cylindrical-coordinate representation of color #290F1F: hue angle of 323.08º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F1F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB411531-
CMYK00.630.240.84
HSL323.08º46.43%10.98%-
HSV(B)323.08º63.41%16.08%-
XYZ1.330.911.4-
YUV24.6131.61139.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 15 (6.25% from 255) = 17.24%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=47.13%
G=17.24%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41153100.630.240.84323.0846.4310.98
Hex29F1F03F18541432eb
Octal511737077301245035613
Binary10100111111111101111111100010101001010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F1F; }

 p { color: rgb(41,15,31); }

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

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

 a { background-color: rgb(41,15,31); }

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

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

 span { border-color: rgb(41,15,31); }

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