Html Css Color HEX #49173E Blackberry

📋 copy color: '#49173E'

red 73 ◦ green 23 ◦ blue 62

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

Shades of Blackberry #49173E

Tints of Blackberry #49173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 46.2%
G = 14.56%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49173E (or 0x49173E) is known color: Blackberry. HEX triplet: 49, 17 and 3E. RGB value is (73,23,62). Sum of RGB (Red+Green+Blue) = 73+23+62=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49173E is #B6E8C1. Grayscale: #2A2A2A. Windows color (decimal): -11987138 or 4069193. OLE color: 4069193.

HSL color Cylindrical-coordinate representation of color #49173E: hue angle of 313.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49173E is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 23 62 -
CMYK 0 0.68 0.15 0.71
HSL 313.2º 0.52% 0.19% -
HSV(B) 313.2º 0.68% 0.29% -
XYZ 3.92 2.38 4.81 -
YUV 42.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 73 23 62 0 0.68 0.15 0.71 313.2 0.52 0.19
Hex 49 17 3E 0 44 F 47 139 34 13
Octal 111 27 76 0 104 17 107 471 64 23
Binary 1001001 10111 111110 0 1000100 1111 1000111 100111001 110100 10011

Color Harmonies of #49173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49173E

Black with #49173E

Text Example


Text Example

White with #49173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49173E; }

 p { color: rgb(73,23,62); }

 H1.HeaderClassName
 {
   color: #49173E;
 }
 .AnyTagClassName
 {
   color: #49173E;
 }
</style>

background-color css

<style>
 a { background-color: #49173E; }

 a { background-color: rgb(73,23,62); }

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

border-color css

<style>
 span { border-color: #49173E; }

 span { border-color: rgb(73,23,62); }

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