Html Css Color HEX #49093B Blackberry

📋 copy color: '#49093B'

red 73 ◦ green 9 ◦ blue 59

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

Shades of Blackberry #49093B

Tints of Blackberry #49093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.84%

R = 51.77%
G = 6.38%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49093B (or 0x49093B) is known color: Blackberry. HEX triplet: 49, 09 and 3B. RGB value is (73,9,59). Sum of RGB (Red+Green+Blue) = 73+9+59=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49093B is #B6F6C4. Grayscale: #212121. Windows color (decimal): -11990725 or 3869001. OLE color: 3869001.

HSL color Cylindrical-coordinate representation of color #49093B: hue angle of 313.12º 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 #49093B is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 59 -
CMYK 0 0.88 0.19 0.71
HSL 313.13º 0.78% 0.16% -
HSV(B) 313.13º 0.88% 0.29% -
XYZ 3.63 1.93 4.32 -
YUV 33.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 73 9 59 0 0.88 0.19 0.71 313.13 0.78 0.16
Hex 49 9 3B 0 58 13 47 139 4E 10
Octal 111 11 73 0 130 23 107 471 116 20
Binary 1001001 1001 111011 0 1011000 10011 1000111 100111001 1001110 10000

Color Harmonies of #49093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49093B

Black with #49093B

Text Example


Text Example

White with #49093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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