Html Css Color HEX #490139 Blackberry

📋 copy color: '#490139'

red 73 ◦ green 1 ◦ blue 57

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

Shades of Blackberry #490139

Tints of Blackberry #490139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.51%

R = 55.73%
G = 0.76%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#490139 (or 0x490139) is known color: Blackberry. HEX triplet: 49, 01 and 39. RGB value is (73,1,57). Sum of RGB (Red+Green+Blue) = 73+1+57=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490139 is #B6FEC6. Grayscale: #1C1C1C. Windows color (decimal): -11992775 or 3735881. OLE color: 3735881.

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

Color convert

RGB 73 1 57 -
CMYK 0 0.99 0.22 0.71
HSL 313.33º 0.97% 0.15% -
HSV(B) 313.33º 0.99% 0.29% -
XYZ 3.5 1.73 4.02 -
YUV 28.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 73 1 57 0 0.99 0.22 0.71 313.33 0.97 0.15
Hex 49 1 39 0 63 16 47 139 61 F
Octal 111 1 71 0 143 26 107 471 141 17
Binary 1001001 1 111001 0 1100011 10110 1000111 100111001 1100001 1111

Color Harmonies of #490139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490139

Black with #490139

Text Example


Text Example

White with #490139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490139; }

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

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

background-color css

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

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

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

border-color css

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

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

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