Html Css Color HEX #490136 Blackberry

📋 copy color: '#490136'

red 73 ◦ green 1 ◦ blue 54

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

Shades of Blackberry #490136

Tints of Blackberry #490136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 57.03%
G = 0.78%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#490136 (or 0x490136) is known color: Blackberry. HEX triplet: 49, 01 and 36. RGB value is (73,1,54). Sum of RGB (Red+Green+Blue) = 73+1+54=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #490136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490136 is #B6FEC9. Grayscale: #1C1C1C. Windows color (decimal): -11992778 or 3539273. OLE color: 3539273.

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

Color convert

RGB 73 1 54 -
CMYK 0 0.99 0.26 0.71
HSL 315.83º 0.97% 0.15% -
HSV(B) 315.83º 0.99% 0.29% -
XYZ 3.42 1.7 3.64 -
YUV 28.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 73 1 54 0 0.99 0.26 0.71 315.83 0.97 0.15
Hex 49 1 36 0 63 1A 47 13C 61 F
Octal 111 1 66 0 143 32 107 474 141 17
Binary 1001001 1 110110 0 1100011 11010 1000111 100111100 1100001 1111

Color Harmonies of #490136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490136

Black with #490136

Text Example


Text Example

White with #490136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490136; }

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

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

background-color css

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

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

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

border-color css

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

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

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