Html Css Color HEX #49063B Blackberry

📋 copy color: '#49063B'

red 73 ◦ green 6 ◦ blue 59

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

Shades of Blackberry #49063B

Tints of Blackberry #49063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

 BLUE value IS 59 (23.44% from 255) = 42.75%

R = 52.9%
G = 4.35%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49063B (or 0x49063B) is known color: Blackberry. HEX triplet: 49, 06 and 3B. RGB value is (73,6,59). Sum of RGB (Red+Green+Blue) = 73+6+59=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49063B is #B6F9C4. Grayscale: #1F1F1F. Windows color (decimal): -11991493 or 3868233. OLE color: 3868233.

HSL color Cylindrical-coordinate representation of color #49063B: hue angle of 312.54º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49063B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 6 59 -
CMYK 0 0.92 0.19 0.71
HSL 312.54º 0.85% 0.15% -
HSV(B) 312.54º 0.92% 0.29% -
XYZ 3.6 1.86 4.31 -
YUV 32.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 73 6 59 0 0.92 0.19 0.71 312.54 0.85 0.15
Hex 49 6 3B 0 5C 13 47 139 55 F
Octal 111 6 73 0 134 23 107 471 125 17
Binary 1001001 110 111011 0 1011100 10011 1000111 100111001 1010101 1111

Color Harmonies of #49063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49063B

Black with #49063B

Text Example


Text Example

White with #49063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49063B; }

 p { color: rgb(73,6,59); }

 H1.HeaderClassName
 {
   color: #49063B;
 }
 .AnyTagClassName
 {
   color: #49063B;
 }
</style>

background-color css

<style>
 a { background-color: #49063B; }

 a { background-color: rgb(73,6,59); }

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

border-color css

<style>
 span { border-color: #49063B; }

 span { border-color: rgb(73,6,59); }

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