Html Css Color HEX #49012A Blackberry

📋 copy color: '#49012A'

red 73 ◦ green 1 ◦ blue 42

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

Shades of Blackberry #49012A

Tints of Blackberry #49012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 62.93%
G = 0.86%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49012A (or 0x49012A) is known color: Blackberry. HEX triplet: 49, 01 and 2A. RGB value is (73,1,42). Sum of RGB (Red+Green+Blue) = 73+1+42=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #49012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49012A is #B6FED5. Grayscale: #1B1B1B. Windows color (decimal): -11992790 or 2752841. OLE color: 2752841.

HSL color Cylindrical-coordinate representation of color #49012A: hue angle of 325.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49012A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 42 -
CMYK 0 0.99 0.42 0.71
HSL 325.83º 0.97% 0.15% -
HSV(B) 325.83º 0.99% 0.29% -
XYZ 3.18 1.61 2.33 -
YUV 27.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 73 1 42 0 0.99 0.42 0.71 325.83 0.97 0.15
Hex 49 1 2A 0 63 2A 47 146 61 F
Octal 111 1 52 0 143 52 107 506 141 17
Binary 1001001 1 101010 0 1100011 101010 1000111 101000110 1100001 1111

Color Harmonies of #49012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49012A

Black with #49012A

Text Example


Text Example

White with #49012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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