Html Css Color HEX #49133D Blackberry

📋 copy color: '#49133D'

red 73 ◦ green 19 ◦ blue 61

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

Shades of Blackberry #49133D

Tints of Blackberry #49133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 47.71%
G = 12.42%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49133D (or 0x49133D) is known color: Blackberry. HEX triplet: 49, 13 and 3D. RGB value is (73,19,61). Sum of RGB (Red+Green+Blue) = 73+19+61=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133D is #B6ECC2. Grayscale: #272727. Windows color (decimal): -11988163 or 4002633. OLE color: 4002633.

HSL color Cylindrical-coordinate representation of color #49133D: hue angle of 313.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49133D is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 61 -
CMYK 0 0.74 0.16 0.71
HSL 313.33º 0.59% 0.18% -
HSV(B) 313.33º 0.74% 0.29% -
XYZ 3.82 2.22 4.64 -
YUV 39.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 73 19 61 0 0.74 0.16 0.71 313.33 0.59 0.18
Hex 49 13 3D 0 4A 10 47 139 3B 12
Octal 111 23 75 0 112 20 107 471 73 22
Binary 1001001 10011 111101 0 1001010 10000 1000111 100111001 111011 10010

Color Harmonies of #49133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49133D

Black with #49133D

Text Example


Text Example

White with #49133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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