Html Css Color HEX #490E3F Blackberry

📋 copy color: '#490E3F'

red 73 ◦ green 14 ◦ blue 63

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

Shades of Blackberry #490E3F

Tints of Blackberry #490E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42%

R = 48.67%
G = 9.33%
B = 42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#490E3F (or 0x490E3F) is known color: Blackberry. HEX triplet: 49, 0E and 3F. RGB value is (73,14,63). Sum of RGB (Red+Green+Blue) = 73+14+63=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #490E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E3F is #B6F1C0. Grayscale: #252525. Windows color (decimal): -11989441 or 4132425. OLE color: 4132425.

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

Color convert

RGB 73 14 63 -
CMYK 0 0.81 0.14 0.71
HSL 310.17º 0.68% 0.17% -
HSV(B) 310.17º 0.81% 0.29% -
XYZ 3.8 2.09 4.91 -
YUV 37.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 73 14 63 0 0.81 0.14 0.71 310.17 0.68 0.17
Hex 49 E 3F 0 51 E 47 136 44 11
Octal 111 16 77 0 121 16 107 466 104 21
Binary 1001001 1110 111111 0 1010001 1110 1000111 100110110 1000100 10001

Color Harmonies of #490E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E3F

Black with #490E3F

Text Example


Text Example

White with #490E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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