Html Css Color HEX #490729 Blackberry

📋 copy color: '#490729'

red 73 ◦ green 7 ◦ blue 41

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

Shades of Blackberry #490729

Tints of Blackberry #490729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.79%

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 60.33%
G = 5.79%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#490729 (or 0x490729) is known color: Blackberry. HEX triplet: 49, 07 and 29. RGB value is (73,7,41). Sum of RGB (Red+Green+Blue) = 73+7+41=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490729 is #B6F8D6. Grayscale: #1E1E1E. Windows color (decimal): -11991255 or 2688841. OLE color: 2688841.

HSL color Cylindrical-coordinate representation of color #490729: hue angle of 329.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490729 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 41 -
CMYK 0 0.90 0.44 0.71
HSL 329.09º 0.83% 0.16% -
HSV(B) 329.09º 0.9% 0.29% -
XYZ 3.22 1.73 2.26 -
YUV 30.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 73 7 41 0 0.90 0.44 0.71 329.09 0.83 0.16
Hex 49 7 29 0 5A 2C 47 149 52 10
Octal 111 7 51 0 132 54 107 511 122 20
Binary 1001001 111 101001 0 1011010 101100 1000111 101001001 1010010 10000

Color Harmonies of #490729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490729

Black with #490729

Text Example


Text Example

White with #490729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490729; }

 p { color: rgb(73,7,41); }

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

background-color css

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

 a { background-color: rgb(73,7,41); }

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

border-color css

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

 span { border-color: rgb(73,7,41); }

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