Html Css Color HEX #490128 Blackberry

📋 copy color: '#490128'

red 73 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #490128

Tints of Blackberry #490128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 64.04%
G = 0.88%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#490128 (or 0x490128) is known color: Blackberry. HEX triplet: 49, 01 and 28. RGB value is (73,1,40). Sum of RGB (Red+Green+Blue) = 73+1+40=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490128 is #B6FED7. Grayscale: #1A1A1A. Windows color (decimal): -11992792 or 2621769. OLE color: 2621769.

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

Color convert

RGB 73 1 40 -
CMYK 0 0.99 0.45 0.71
HSL 327.5º 0.97% 0.15% -
HSV(B) 327.5º 0.99% 0.29% -
XYZ 3.14 1.59 2.15 -
YUV 26.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 73 1 40 0 0.99 0.45 0.71 327.5 0.97 0.15
Hex 49 1 28 0 63 2D 47 148 61 F
Octal 111 1 50 0 143 55 107 510 141 17
Binary 1001001 1 101000 0 1100011 101101 1000111 101001000 1100001 1111

Color Harmonies of #490128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490128

Black with #490128

Text Example


Text Example

White with #490128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490128; }

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

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

background-color css

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

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

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

border-color css

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

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

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