#290C1A

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

Shades of Blackberry #290C1A

Tints of Blackberry #290C1A

Color information

#290C1A (or 0x290C1A) is unknown color: approx Blackberry. HEX triplet: 29, 0C and 1A. RGB value is (41,12,26). Sum of RGB (Red+Green+Blue) = 41+12+26=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #290C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C1A is #D6F3E5. Grayscale: #161616. Windows color (decimal): -14087142 or 1707049. OLE color: 1707049.

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

Color convert

RGB411226-
CMYK00.710.370.84
HSL331.03º54.72%10.39%-
HSV(B)331.03º70.73%16.08%-
XYZ1.230.811.07-
YUV22.27130.11141.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=51.90%
G=15.19%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41122600.710.370.84331.0354.7210.39
Hex29C1A047255414b37a
Octal5114320107451245136712
Binary1010011100110100100011110010110101001010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,12,26); }

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

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

 a { background-color: rgb(41,12,26); }

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

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

 span { border-color: rgb(41,12,26); }

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