Html Css Color HEX #49172F Blackberry

📋 copy color: '#49172F'

red 73 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #49172F

Tints of Blackberry #49172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 51.05%
G = 16.08%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49172F (or 0x49172F) is known color: Blackberry. HEX triplet: 49, 17 and 2F. RGB value is (73,23,47). Sum of RGB (Red+Green+Blue) = 73+23+47=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #49172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49172F is #B6E8D0. Grayscale: #282828. Windows color (decimal): -11987153 or 3086153. OLE color: 3086153.

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

Color convert

RGB 73 23 47 -
CMYK 0 0.68 0.36 0.71
HSL 331.2º 0.52% 0.19% -
HSV(B) 331.2º 0.68% 0.29% -
XYZ 3.57 2.23 2.93 -
YUV 40.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 73 23 47 0 0.68 0.36 0.71 331.2 0.52 0.19
Hex 49 17 2F 0 44 24 47 14B 34 13
Octal 111 27 57 0 104 44 107 513 64 23
Binary 1001001 10111 101111 0 1000100 100100 1000111 101001011 110100 10011

Color Harmonies of #49172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49172F

Black with #49172F

Text Example


Text Example

White with #49172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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