Html Css Color HEX #490120 Blackberry

📋 copy color: '#490120'

red 73 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #490120

Tints of Blackberry #490120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.19%

R = 68.87%
G = 0.94%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#490120 (or 0x490120) is known color: Blackberry. HEX triplet: 49, 01 and 20. RGB value is (73,1,32). Sum of RGB (Red+Green+Blue) = 73+1+32=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #490120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490120 is #B6FEDF. Grayscale: #1A1A1A. Windows color (decimal): -11992800 or 2097481. OLE color: 2097481.

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

Color convert

RGB 73 1 32 -
CMYK 0 0.99 0.56 0.71
HSL 334.17º 0.97% 0.15% -
HSV(B) 334.17º 0.99% 0.29% -
XYZ 3.02 1.54 1.51 -
YUV 26.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 73 1 32 0 0.99 0.56 0.71 334.17 0.97 0.15
Hex 49 1 20 0 63 38 47 14E 61 F
Octal 111 1 40 0 143 70 107 516 141 17
Binary 1001001 1 100000 0 1100011 111000 1000111 101001110 1100001 1111

Color Harmonies of #490120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490120

Black with #490120

Text Example


Text Example

White with #490120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490120; }

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

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

background-color css

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

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

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

border-color css

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

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

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