Html Css Color HEX #49083B Blackberry

📋 copy color: '#49083B'

red 73 ◦ green 8 ◦ blue 59

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

Shades of Blackberry #49083B

Tints of Blackberry #49083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 52.14%
G = 5.71%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49083B (or 0x49083B) is known color: Blackberry. HEX triplet: 49, 08 and 3B. RGB value is (73,8,59). Sum of RGB (Red+Green+Blue) = 73+8+59=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49083B is #B6F7C4. Grayscale: #212121. Windows color (decimal): -11990981 or 3868745. OLE color: 3868745.

HSL color Cylindrical-coordinate representation of color #49083B: hue angle of 312.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49083B is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 59 -
CMYK 0 0.89 0.19 0.71
HSL 312.92º 0.8% 0.16% -
HSV(B) 312.92º 0.89% 0.29% -
XYZ 3.62 1.91 4.31 -
YUV 33.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 73 8 59 0 0.89 0.19 0.71 312.92 0.8 0.16
Hex 49 8 3B 0 59 13 47 139 50 10
Octal 111 10 73 0 131 23 107 471 120 20
Binary 1001001 1000 111011 0 1011001 10011 1000111 100111001 1010000 10000

Color Harmonies of #49083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49083B

Black with #49083B

Text Example


Text Example

White with #49083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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