Html Css Color HEX #49193D Blackberry

📋 copy color: '#49193D'

red 73 ◦ green 25 ◦ blue 61

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

Shades of Blackberry #49193D

Tints of Blackberry #49193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 45.91%
G = 15.72%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49193D (or 0x49193D) is known color: Blackberry. HEX triplet: 49, 19 and 3D. RGB value is (73,25,61). Sum of RGB (Red+Green+Blue) = 73+25+61=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49193D is #B6E6C2. Grayscale: #2B2B2B. Windows color (decimal): -11986627 or 4004169. OLE color: 4004169.

HSL color Cylindrical-coordinate representation of color #49193D: hue angle of 315º 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 #49193D is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 61 -
CMYK 0 0.66 0.16 0.71
HSL 315º 0.49% 0.19% -
HSV(B) 315º 0.66% 0.29% -
XYZ 3.94 2.45 4.68 -
YUV 43.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 73 25 61 0 0.66 0.16 0.71 315 0.49 0.19
Hex 49 19 3D 0 42 10 47 13B 31 13
Octal 111 31 75 0 102 20 107 473 61 23
Binary 1001001 11001 111101 0 1000010 10000 1000111 100111011 110001 10011

Color Harmonies of #49193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49193D

Black with #49193D

Text Example


Text Example

White with #49193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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