Html Css Color HEX #491930 Blackberry

📋 copy color: '#491930'

red 73 ◦ green 25 ◦ blue 48

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

Shades of Blackberry #491930

Tints of Blackberry #491930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 50%
G = 17.12%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#491930 (or 0x491930) is known color: Blackberry. HEX triplet: 49, 19 and 30. RGB value is (73,25,48). Sum of RGB (Red+Green+Blue) = 73+25+48=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #491930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491930 is #B6E6CF. Grayscale: #292929. Windows color (decimal): -11986640 or 3152201. OLE color: 3152201.

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

Color convert

RGB 73 25 48 -
CMYK 0 0.66 0.34 0.71
HSL 331.25º 0.49% 0.19% -
HSV(B) 331.25º 0.66% 0.29% -
XYZ 3.63 2.33 3.05 -
YUV 41.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 73 25 48 0 0.66 0.34 0.71 331.25 0.49 0.19
Hex 49 19 30 0 42 22 47 14B 31 13
Octal 111 31 60 0 102 42 107 513 61 23
Binary 1001001 11001 110000 0 1000010 100010 1000111 101001011 110001 10011

Color Harmonies of #491930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491930

Black with #491930

Text Example


Text Example

White with #491930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491930; }

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

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

background-color css

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

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

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

border-color css

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

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

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