Html Css Color HEX #490E3E Blackberry

📋 copy color: '#490E3E'

red 73 ◦ green 14 ◦ blue 62

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

Shades of Blackberry #490E3E

Tints of Blackberry #490E3E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.4%

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 48.99%
G = 9.4%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#490E3E (or 0x490E3E) is known color: Blackberry. HEX triplet: 49, 0E and 3E. RGB value is (73,14,62). Sum of RGB (Red+Green+Blue) = 73+14+62=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #490E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E3E is #B6F1C1. Grayscale: #242424. Windows color (decimal): -11989442 or 4066889. OLE color: 4066889.

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

Color convert

RGB 73 14 62 -
CMYK 0 0.81 0.15 0.71
HSL 311.19º 0.68% 0.17% -
HSV(B) 311.19º 0.81% 0.29% -
XYZ 3.77 2.08 4.76 -
YUV 37.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 73 14 62 0 0.81 0.15 0.71 311.19 0.68 0.17
Hex 49 E 3E 0 51 F 47 137 44 11
Octal 111 16 76 0 121 17 107 467 104 21
Binary 1001001 1110 111110 0 1010001 1111 1000111 100110111 1000100 10001

Color Harmonies of #490E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E3E

Black with #490E3E

Text Example


Text Example

White with #490E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,14,62); }

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

background-color css

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

 a { background-color: rgb(73,14,62); }

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

border-color css

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

 span { border-color: rgb(73,14,62); }

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