Html Css Color HEX #49042D Blackberry

📋 copy color: '#49042D'

red 73 ◦ green 4 ◦ blue 45

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

Shades of Blackberry #49042D

Tints of Blackberry #49042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 45 (17.97% from 255) = 36.89%

R = 59.84%
G = 3.28%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#49042D (or 0x49042D) is known color: Blackberry. HEX triplet: 49, 04 and 2D. RGB value is (73,4,45). Sum of RGB (Red+Green+Blue) = 73+4+45=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49042D is #B6FBD2. Grayscale: #1D1D1D. Windows color (decimal): -11992019 or 2950217. OLE color: 2950217.

HSL color Cylindrical-coordinate representation of color #49042D: hue angle of 324.35º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49042D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 45 -
CMYK 0 0.95 0.38 0.71
HSL 324.35º 0.9% 0.15% -
HSV(B) 324.35º 0.95% 0.29% -
XYZ 3.26 1.69 2.64 -
YUV 29.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 73 4 45 0 0.95 0.38 0.71 324.35 0.9 0.15
Hex 49 4 2D 0 5F 26 47 144 5A F
Octal 111 4 55 0 137 46 107 504 132 17
Binary 1001001 100 101101 0 1011111 100110 1000111 101000100 1011010 1111

Color Harmonies of #49042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49042D

Black with #49042D

Text Example


Text Example

White with #49042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,4,45); }

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

background-color css

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

 a { background-color: rgb(73,4,45); }

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

border-color css

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

 span { border-color: rgb(73,4,45); }

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