Html Css Color HEX #49093A Blackberry

📋 copy color: '#49093A'

red 73 ◦ green 9 ◦ blue 58

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

Shades of Blackberry #49093A

Tints of Blackberry #49093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.43%

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

R = 52.14%
G = 6.43%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49093A (or 0x49093A) is known color: Blackberry. HEX triplet: 49, 09 and 3A. RGB value is (73,9,58). Sum of RGB (Red+Green+Blue) = 73+9+58=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49093A is #B6F6C5. Grayscale: #212121. Windows color (decimal): -11990726 or 3803465. OLE color: 3803465.

HSL color Cylindrical-coordinate representation of color #49093A: hue angle of 314.06º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49093A is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 58 -
CMYK 0 0.88 0.21 0.71
HSL 314.06º 0.78% 0.16% -
HSV(B) 314.06º 0.88% 0.29% -
XYZ 3.61 1.92 4.18 -
YUV 33.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 73 9 58 0 0.88 0.21 0.71 314.06 0.78 0.16
Hex 49 9 3A 0 58 15 47 13A 4E 10
Octal 111 11 72 0 130 25 107 472 116 20
Binary 1001001 1001 111010 0 1011000 10101 1000111 100111010 1001110 10000

Color Harmonies of #49093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49093A

Black with #49093A

Text Example


Text Example

White with #49093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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