Html Css Color HEX #49213A Blackberry

📋 copy color: '#49213A'

red 73 ◦ green 33 ◦ blue 58

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

Shades of Blackberry #49213A

Tints of Blackberry #49213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.12%

 BLUE value IS 58 (23.05% from 255) = 35.37%

R = 44.51%
G = 20.12%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49213A (or 0x49213A) is known color: Blackberry. HEX triplet: 49, 21 and 3A. RGB value is (73,33,58). Sum of RGB (Red+Green+Blue) = 73+33+58=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49213A is #B6DEC5. Grayscale: #2F2F2F. Windows color (decimal): -11984582 or 3809609. OLE color: 3809609.

HSL color Cylindrical-coordinate representation of color #49213A: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49213A is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 58 -
CMYK 0 0.55 0.21 0.71
HSL 322.5º 0.38% 0.21% -
HSV(B) 322.5º 0.55% 0.29% -
XYZ 4.06 2.81 4.33 -
YUV 47.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 73 33 58 0 0.55 0.21 0.71 322.5 0.38 0.21
Hex 49 21 3A 0 37 15 47 142 26 15
Octal 111 41 72 0 67 25 107 502 46 25
Binary 1001001 100001 111010 0 110111 10101 1000111 101000010 100110 10101

Color Harmonies of #49213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49213A

Black with #49213A

Text Example


Text Example

White with #49213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49213A; }

 p { color: rgb(73,33,58); }

 H1.HeaderClassName
 {
   color: #49213A;
 }
 .AnyTagClassName
 {
   color: #49213A;
 }
</style>

background-color css

<style>
 a { background-color: #49213A; }

 a { background-color: rgb(73,33,58); }

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

border-color css

<style>
 span { border-color: #49213A; }

 span { border-color: rgb(73,33,58); }

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