Html Css Color HEX #490E3A Blackberry

📋 copy color: '#490E3A'

red 73 ◦ green 14 ◦ blue 58

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

Shades of Blackberry #490E3A

Tints of Blackberry #490E3A

RGB

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

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

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

R = 50.34%
G = 9.66%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#490E3A (or 0x490E3A) is known color: Blackberry. HEX triplet: 49, 0E and 3A. RGB value is (73,14,58). Sum of RGB (Red+Green+Blue) = 73+14+58=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #490E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E3A is #B6F1C5. Grayscale: #242424. Windows color (decimal): -11989446 or 3804745. OLE color: 3804745.

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

Color convert

RGB 73 14 58 -
CMYK 0 0.81 0.21 0.71
HSL 315.25º 0.68% 0.17% -
HSV(B) 315.25º 0.81% 0.29% -
XYZ 3.67 2.04 4.2 -
YUV 36.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 73 14 58 0 0.81 0.21 0.71 315.25 0.68 0.17
Hex 49 E 3A 0 51 15 47 13B 44 11
Octal 111 16 72 0 121 25 107 473 104 21
Binary 1001001 1110 111010 0 1010001 10101 1000111 100111011 1000100 10001

Color Harmonies of #490E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E3A

Black with #490E3A

Text Example


Text Example

White with #490E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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