Html Css Color HEX #490132 Blackberry

📋 copy color: '#490132'

red 73 ◦ green 1 ◦ blue 50

#490132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #490132

Tints of Blackberry #490132

RGB

 RED value IS 73 (28.91% from 255) = 58.87%

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 50 (19.92% from 255) = 40.32%

R = 58.87%
G = 0.81%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#490132 (or 0x490132) is known color: Blackberry. HEX triplet: 49, 01 and 32. RGB value is (73,1,50). Sum of RGB (Red+Green+Blue) = 73+1+50=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #490132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490132 is #B6FECD. Grayscale: #1B1B1B. Windows color (decimal): -11992782 or 3277129. OLE color: 3277129.

HSL color Cylindrical-coordinate representation of color #490132: hue angle of 319.17º 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 #490132 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 50 -
CMYK 0 0.99 0.32 0.71
HSL 319.17º 0.97% 0.15% -
HSV(B) 319.17º 0.99% 0.29% -
XYZ 3.33 1.67 3.16 -
YUV 28.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 73 1 50 0 0.99 0.32 0.71 319.17 0.97 0.15
Hex 49 1 32 0 63 20 47 13F 61 F
Octal 111 1 62 0 143 40 107 477 141 17
Binary 1001001 1 110010 0 1100011 100000 1000111 100111111 1100001 1111

Color Harmonies of #490132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490132

Black with #490132

Text Example


Text Example

White with #490132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490132; }

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

 H1.HeaderClassName
 {
   color: #490132;
 }
 .AnyTagClassName
 {
   color: #490132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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