Html Css Color HEX #490A3A Blackberry

📋 copy color: '#490A3A'

red 73 ◦ green 10 ◦ blue 58

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

Shades of Blackberry #490A3A

Tints of Blackberry #490A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.13%

R = 51.77%
G = 7.09%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#490A3A (or 0x490A3A) is known color: Blackberry. HEX triplet: 49, 0A and 3A. RGB value is (73,10,58). Sum of RGB (Red+Green+Blue) = 73+10+58=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #490A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A3A is #B6F5C5. Grayscale: #222222. Windows color (decimal): -11990470 or 3803721. OLE color: 3803721.

HSL color Cylindrical-coordinate representation of color #490A3A: hue angle of 314.29º 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 #490A3A is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 58 -
CMYK 0 0.86 0.21 0.71
HSL 314.29º 0.76% 0.16% -
HSV(B) 314.29º 0.86% 0.29% -
XYZ 3.62 1.94 4.19 -
YUV 34.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 73 10 58 0 0.86 0.21 0.71 314.29 0.76 0.16
Hex 49 A 3A 0 56 15 47 13A 4C 10
Octal 111 12 72 0 126 25 107 472 114 20
Binary 1001001 1010 111010 0 1010110 10101 1000111 100111010 1001100 10000

Color Harmonies of #490A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A3A

Black with #490A3A

Text Example


Text Example

White with #490A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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