Html Css Color HEX #490237 Blackberry

📋 copy color: '#490237'

red 73 ◦ green 2 ◦ blue 55

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

Shades of Blackberry #490237

Tints of Blackberry #490237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 56.15%
G = 1.54%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#490237 (or 0x490237) is known color: Blackberry. HEX triplet: 49, 02 and 37. RGB value is (73,2,55). Sum of RGB (Red+Green+Blue) = 73+2+55=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490237 is #B6FDC8. Grayscale: #1D1D1D. Windows color (decimal): -11992521 or 3605065. OLE color: 3605065.

HSL color Cylindrical-coordinate representation of color #490237: hue angle of 315.21º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490237 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 2 55 -
CMYK 0 0.97 0.25 0.71
HSL 315.21º 0.95% 0.15% -
HSV(B) 315.21º 0.97% 0.29% -
XYZ 3.46 1.74 3.77 -
YUV 29.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 73 2 55 0 0.97 0.25 0.71 315.21 0.95 0.15
Hex 49 2 37 0 61 19 47 13B 5F F
Octal 111 2 67 0 141 31 107 473 137 17
Binary 1001001 10 110111 0 1100001 11001 1000111 100111011 1011111 1111

Color Harmonies of #490237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490237

Black with #490237

Text Example


Text Example

White with #490237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490237; }

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

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

background-color css

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

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

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

border-color css

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

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

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