Html Css Color HEX #49103A Blackberry

📋 copy color: '#49103A'

red 73 ◦ green 16 ◦ blue 58

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

Shades of Blackberry #49103A

Tints of Blackberry #49103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 49.66%
G = 10.88%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49103A (or 0x49103A) is known color: Blackberry. HEX triplet: 49, 10 and 3A. RGB value is (73,16,58). Sum of RGB (Red+Green+Blue) = 73+16+58=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #49103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49103A is #B6EFC5. Grayscale: #252525. Windows color (decimal): -11988934 or 3805257. OLE color: 3805257.

HSL color Cylindrical-coordinate representation of color #49103A: hue angle of 315.79º 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 #49103A is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 16 58 -
CMYK 0 0.78 0.21 0.71
HSL 315.79º 0.64% 0.17% -
HSV(B) 315.79º 0.78% 0.29% -
XYZ 3.7 2.09 4.21 -
YUV 37.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 73 16 58 0 0.78 0.21 0.71 315.79 0.64 0.17
Hex 49 10 3A 0 4E 15 47 13C 40 11
Octal 111 20 72 0 116 25 107 474 100 21
Binary 1001001 10000 111010 0 1001110 10101 1000111 100111100 1000000 10001

Color Harmonies of #49103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49103A

Black with #49103A

Text Example


Text Example

White with #49103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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