Html Css Color HEX #490929 Blackberry

📋 copy color: '#490929'

red 73 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #490929

Tints of Blackberry #490929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 59.35%
G = 7.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#490929 (or 0x490929) is known color: Blackberry. HEX triplet: 49, 09 and 29. RGB value is (73,9,41). Sum of RGB (Red+Green+Blue) = 73+9+41=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #490929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490929 is #B6F6D6. Grayscale: #1F1F1F. Windows color (decimal): -11990743 or 2689353. OLE color: 2689353.

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

Color convert

RGB 73 9 41 -
CMYK 0 0.88 0.44 0.71
HSL 330º 0.78% 0.16% -
HSV(B) 330º 0.88% 0.29% -
XYZ 3.25 1.77 2.27 -
YUV 31.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 73 9 41 0 0.88 0.44 0.71 330 0.78 0.16
Hex 49 9 29 0 58 2C 47 14A 4E 10
Octal 111 11 51 0 130 54 107 512 116 20
Binary 1001001 1001 101001 0 1011000 101100 1000111 101001010 1001110 10000

Color Harmonies of #490929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490929

Black with #490929

Text Example


Text Example

White with #490929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490929; }

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

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

background-color css

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

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

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

border-color css

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

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

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