Html Css Color HEX #49042A Blackberry

📋 copy color: '#49042A'

red 73 ◦ green 4 ◦ blue 42

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

Shades of Blackberry #49042A

Tints of Blackberry #49042A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 61.34%
G = 3.36%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49042A (or 0x49042A) is known color: Blackberry. HEX triplet: 49, 04 and 2A. RGB value is (73,4,42). Sum of RGB (Red+Green+Blue) = 73+4+42=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #49042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49042A is #B6FBD5. Grayscale: #1C1C1C. Windows color (decimal): -11992022 or 2753609. OLE color: 2753609.

HSL color Cylindrical-coordinate representation of color #49042A: hue angle of 326.96º 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 #49042A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 42 -
CMYK 0 0.95 0.42 0.71
HSL 326.96º 0.9% 0.15% -
HSV(B) 326.96º 0.95% 0.29% -
XYZ 3.21 1.67 2.34 -
YUV 28.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 73 4 42 0 0.95 0.42 0.71 326.96 0.9 0.15
Hex 49 4 2A 0 5F 2A 47 147 5A F
Octal 111 4 52 0 137 52 107 507 132 17
Binary 1001001 100 101010 0 1011111 101010 1000111 101000111 1011010 1111

Color Harmonies of #49042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49042A

Black with #49042A

Text Example


Text Example

White with #49042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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