Html Css Color HEX #490A3B Blackberry

📋 copy color: '#490A3B'

red 73 ◦ green 10 ◦ blue 59

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

Shades of Blackberry #490A3B

Tints of Blackberry #490A3B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.04%

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

R = 51.41%
G = 7.04%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#490A3B (or 0x490A3B) is known color: Blackberry. HEX triplet: 49, 0A and 3B. RGB value is (73,10,59). Sum of RGB (Red+Green+Blue) = 73+10+59=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #490A3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A3B is #B6F5C4. Grayscale: #222222. Windows color (decimal): -11990469 or 3869257. OLE color: 3869257.

HSL color Cylindrical-coordinate representation of color #490A3B: hue angle of 313.33º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A3B is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 59 -
CMYK 0 0.86 0.19 0.71
HSL 313.33º 0.76% 0.16% -
HSV(B) 313.33º 0.86% 0.29% -
XYZ 3.65 1.95 4.32 -
YUV 34.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 73 10 59 0 0.86 0.19 0.71 313.33 0.76 0.16
Hex 49 A 3B 0 56 13 47 139 4C 10
Octal 111 12 73 0 126 23 107 471 114 20
Binary 1001001 1010 111011 0 1010110 10011 1000111 100111001 1001100 10000

Color Harmonies of #490A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A3B

Black with #490A3B

Text Example


Text Example

White with #490A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A3B; }

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

 H1.HeaderClassName
 {
   color: #490A3B;
 }
 .AnyTagClassName
 {
   color: #490A3B;
 }
</style>

background-color css

<style>
 a { background-color: #490A3B; }

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

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

border-color css

<style>
 span { border-color: #490A3B; }

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

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