#490123

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

Shades of Blackberry #490123

Tints of Blackberry #490123

Color information

#490123 (or 0x490123) is unknown color: approx Blackberry. HEX triplet: 49, 01 and 23. RGB value is (73,1,35). Sum of RGB (Red+Green+Blue) = 73+1+35=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #490123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490123 is #B6FEDC. Grayscale: #1A1A1A. Windows color (decimal): -11992797 or 2294089. OLE color: 2294089.

HSL color Cylindrical-coordinate representation of color #490123: hue angle of 331.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490123 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB73135-
CMYK00.990.520.71
HSL331.67º97.3%14.51%-
HSV(B)331.67º98.63%28.63%-
XYZ3.061.561.73-
YUV26.4132.85161.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 35 (14.06% from 255) = 32.11%
R=66.97%
G=0.92%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7313500.990.520.71331.6797.314.51
Hex49123063344714c61f
Octal11114301436410751414117
Binary1001001110001101100011110100100011110100110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490123; }

 p { color: rgb(73,1,35); }

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

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

 a { background-color: rgb(73,1,35); }

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

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

 span { border-color: rgb(73,1,35); }

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