Html Css Color HEX #490937 Blackberry

📋 copy color: '#490937'

red 73 ◦ green 9 ◦ blue 55

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

Shades of Blackberry #490937

Tints of Blackberry #490937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 53.28%
G = 6.57%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#490937 (or 0x490937) is known color: Blackberry. HEX triplet: 49, 09 and 37. RGB value is (73,9,55). Sum of RGB (Red+Green+Blue) = 73+9+55=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #490937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490937 is #B6F6C8. Grayscale: #212121. Windows color (decimal): -11990729 or 3606857. OLE color: 3606857.

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

Color convert

RGB 73 9 55 -
CMYK 0 0.88 0.25 0.71
HSL 316.88º 0.78% 0.16% -
HSV(B) 316.88º 0.88% 0.29% -
XYZ 3.53 1.89 3.79 -
YUV 33.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 73 9 55 0 0.88 0.25 0.71 316.88 0.78 0.16
Hex 49 9 37 0 58 19 47 13D 4E 10
Octal 111 11 67 0 130 31 107 475 116 20
Binary 1001001 1001 110111 0 1011000 11001 1000111 100111101 1001110 10000

Color Harmonies of #490937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490937

Black with #490937

Text Example


Text Example

White with #490937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490937; }

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

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

background-color css

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

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

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

border-color css

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

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

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