Html Css Color HEX #491030 Blackberry

📋 copy color: '#491030'

red 73 ◦ green 16 ◦ blue 48

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

Shades of Blackberry #491030

Tints of Blackberry #491030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 53.28%
G = 11.68%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#491030 (or 0x491030) is known color: Blackberry. HEX triplet: 49, 10 and 30. RGB value is (73,16,48). Sum of RGB (Red+Green+Blue) = 73+16+48=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #491030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491030 is #B6EFCF. Grayscale: #242424. Windows color (decimal): -11988944 or 3149897. OLE color: 3149897.

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

Color convert

RGB 73 16 48 -
CMYK 0 0.78 0.34 0.71
HSL 326.32º 0.64% 0.17% -
HSV(B) 326.32º 0.78% 0.29% -
XYZ 3.47 2 3 -
YUV 36.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 73 16 48 0 0.78 0.34 0.71 326.32 0.64 0.17
Hex 49 10 30 0 4E 22 47 146 40 11
Octal 111 20 60 0 116 42 107 506 100 21
Binary 1001001 10000 110000 0 1001110 100010 1000111 101000110 1000000 10001

Color Harmonies of #491030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491030

Black with #491030

Text Example


Text Example

White with #491030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491030; }

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

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

background-color css

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

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

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

border-color css

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

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

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