Html Css Color HEX #49023B Blackberry

📋 copy color: '#49023B'

red 73 ◦ green 2 ◦ blue 59

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

Shades of Blackberry #49023B

Tints of Blackberry #49023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 54.48%
G = 1.49%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49023B (or 0x49023B) is known color: Blackberry. HEX triplet: 49, 02 and 3B. RGB value is (73,2,59). Sum of RGB (Red+Green+Blue) = 73+2+59=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49023B is #B6FDC4. Grayscale: #1D1D1D. Windows color (decimal): -11992517 or 3867209. OLE color: 3867209.

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

Color convert

RGB 73 2 59 -
CMYK 0 0.97 0.19 0.71
HSL 311.83º 0.95% 0.15% -
HSV(B) 311.83º 0.97% 0.29% -
XYZ 3.56 1.78 4.29 -
YUV 29.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 73 2 59 0 0.97 0.19 0.71 311.83 0.95 0.15
Hex 49 2 3B 0 61 13 47 138 5F F
Octal 111 2 73 0 141 23 107 470 137 17
Binary 1001001 10 111011 0 1100001 10011 1000111 100111000 1011111 1111

Color Harmonies of #49023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49023B

Black with #49023B

Text Example


Text Example

White with #49023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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