Html Css Color HEX #490D3C Blackberry

📋 copy color: '#490D3C'

red 73 ◦ green 13 ◦ blue 60

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

Shades of Blackberry #490D3C

Tints of Blackberry #490D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.9%

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 50%
G = 8.9%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#490D3C (or 0x490D3C) is known color: Blackberry. HEX triplet: 49, 0D and 3C. RGB value is (73,13,60). Sum of RGB (Red+Green+Blue) = 73+13+60=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #490D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D3C is #B6F2C3. Grayscale: #242424. Windows color (decimal): -11989700 or 3935561. OLE color: 3935561.

HSL color Cylindrical-coordinate representation of color #490D3C: hue angle of 313º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D3C is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 13 60 -
CMYK 0 0.82 0.18 0.71
HSL 313º 0.7% 0.17% -
HSV(B) 313º 0.82% 0.29% -
XYZ 3.71 2.03 4.47 -
YUV 36.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 73 13 60 0 0.82 0.18 0.71 313 0.7 0.17
Hex 49 D 3C 0 52 12 47 139 46 11
Octal 111 15 74 0 122 22 107 471 106 21
Binary 1001001 1101 111100 0 1010010 10010 1000111 100111001 1000110 10001

Color Harmonies of #490D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490D3C

Black with #490D3C

Text Example


Text Example

White with #490D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,13,60); }

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

background-color css

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

 a { background-color: rgb(73,13,60); }

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

border-color css

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

 span { border-color: rgb(73,13,60); }

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