#290B1B

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

Shades of Blackberry #290B1B

Tints of Blackberry #290B1B

Color information

#290B1B (or 0x290B1B) is unknown color: approx Blackberry. HEX triplet: 29, 0B and 1B. RGB value is (41,11,27). Sum of RGB (Red+Green+Blue) = 41+11+27=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B1B is #D6F4E4. Grayscale: #151515. Windows color (decimal): -14087397 or 1772329. OLE color: 1772329.

HSL color Cylindrical-coordinate representation of color #290B1B: hue angle of 328º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B1B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB411127-
CMYK00.730.340.84
HSL328º57.69%10.2%-
HSV(B)328º73.17%16.08%-
XYZ1.230.791.12-
YUV21.79130.94141.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=51.90%
G=13.92%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41112700.730.340.8432857.6910.2
Hex29B1B04922541483aa
Octal5113330111421245107212
Binary1010011011110110100100110001010101001010010001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,11,27); }

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

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

 a { background-color: rgb(41,11,27); }

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

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

 span { border-color: rgb(41,11,27); }

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