Html Css Color HEX #49172C Blackberry

📋 copy color: '#49172C'

red 73 ◦ green 23 ◦ blue 44

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

Shades of Blackberry #49172C

Tints of Blackberry #49172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 52.14%
G = 16.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49172C (or 0x49172C) is known color: Blackberry. HEX triplet: 49, 17 and 2C. RGB value is (73,23,44). Sum of RGB (Red+Green+Blue) = 73+23+44=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49172C is #B6E8D3. Grayscale: #282828. Windows color (decimal): -11987156 or 2889545. OLE color: 2889545.

HSL color Cylindrical-coordinate representation of color #49172C: hue angle of 334.8º 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 #49172C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 23 44 -
CMYK 0 0.68 0.40 0.71
HSL 334.8º 0.52% 0.19% -
HSV(B) 334.8º 0.68% 0.29% -
XYZ 3.51 2.21 2.62 -
YUV 40.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 73 23 44 0 0.68 0.40 0.71 334.8 0.52 0.19
Hex 49 17 2C 0 44 28 47 14F 34 13
Octal 111 27 54 0 104 50 107 517 64 23
Binary 1001001 10111 101100 0 1000100 101000 1000111 101001111 110100 10011

Color Harmonies of #49172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49172C

Black with #49172C

Text Example


Text Example

White with #49172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49172C; }

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

 H1.HeaderClassName
 {
   color: #49172C;
 }
 .AnyTagClassName
 {
   color: #49172C;
 }
</style>

background-color css

<style>
 a { background-color: #49172C; }

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

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

border-color css

<style>
 span { border-color: #49172C; }

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

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