Html Css Color HEX #49183A Blackberry

📋 copy color: '#49183A'

red 73 ◦ green 24 ◦ blue 58

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

Shades of Blackberry #49183A

Tints of Blackberry #49183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 47.1%
G = 15.48%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49183A (or 0x49183A) is known color: Blackberry. HEX triplet: 49, 18 and 3A. RGB value is (73,24,58). Sum of RGB (Red+Green+Blue) = 73+24+58=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49183A is #B6E7C5. Grayscale: #2A2A2A. Windows color (decimal): -11986886 or 3807305. OLE color: 3807305.

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

Color convert

RGB 73 24 58 -
CMYK 0 0.67 0.21 0.71
HSL 318.37º 0.51% 0.19% -
HSV(B) 318.37º 0.67% 0.29% -
XYZ 3.84 2.38 4.26 -
YUV 42.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 73 24 58 0 0.67 0.21 0.71 318.37 0.51 0.19
Hex 49 18 3A 0 43 15 47 13E 33 13
Octal 111 30 72 0 103 25 107 476 63 23
Binary 1001001 11000 111010 0 1000011 10101 1000111 100111110 110011 10011

Color Harmonies of #49183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49183A

Black with #49183A

Text Example


Text Example

White with #49183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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