#490927

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

Shades of Blackberry #490927

Tints of Blackberry #490927

Color information

#490927 (or 0x490927) is unknown color: approx Blackberry. HEX triplet: 49, 09 and 27. RGB value is (73,9,39). Sum of RGB (Red+Green+Blue) = 73+9+39=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490927 is #B6F6D8. Grayscale: #1F1F1F. Windows color (decimal): -11990745 or 2558281. OLE color: 2558281.

HSL color Cylindrical-coordinate representation of color #490927: hue angle of 331.88º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490927 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB73939-
CMYK00.880.470.71
HSL331.88º78.05%16.08%-
HSV(B)331.88º87.67%28.63%-
XYZ3.211.762.09-
YUV31.56132.2157.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=60.33%
G=7.44%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7393900.880.470.71331.8878.0516.08
Hex499270582F4714c4e10
Octal111114701305710751411620
Binary10010011001100111010110001011111000111101001100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490927; }

 p { color: rgb(73,9,39); }

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

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

 a { background-color: rgb(73,9,39); }

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

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

 span { border-color: rgb(73,9,39); }

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