Html Css Color HEX #491130 Blackberry

📋 copy color: '#491130'

red 73 ◦ green 17 ◦ blue 48

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

Shades of Blackberry #491130

Tints of Blackberry #491130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 52.9%
G = 12.32%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#491130 (or 0x491130) is known color: Blackberry. HEX triplet: 49, 11 and 30. RGB value is (73,17,48). Sum of RGB (Red+Green+Blue) = 73+17+48=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491130 is #B6EECF. Grayscale: #252525. Windows color (decimal): -11988688 or 3150153. OLE color: 3150153.

HSL color Cylindrical-coordinate representation of color #491130: hue angle of 326.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491130 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 17 48 -
CMYK 0 0.77 0.34 0.71
HSL 326.79º 0.62% 0.18% -
HSV(B) 326.79º 0.77% 0.29% -
XYZ 3.48 2.03 3 -
YUV 37.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 73 17 48 0 0.77 0.34 0.71 326.79 0.62 0.18
Hex 49 11 30 0 4D 22 47 147 3E 12
Octal 111 21 60 0 115 42 107 507 76 22
Binary 1001001 10001 110000 0 1001101 100010 1000111 101000111 111110 10010

Color Harmonies of #491130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491130

Black with #491130

Text Example


Text Example

White with #491130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491130; }

 p { color: rgb(73,17,48); }

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

background-color css

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

 a { background-color: rgb(73,17,48); }

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

border-color css

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

 span { border-color: rgb(73,17,48); }

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