Html Css Color HEX #490E2A Blackberry

📋 copy color: '#490E2A'

red 73 ◦ green 14 ◦ blue 42

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

Shades of Blackberry #490E2A

Tints of Blackberry #490E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 56.59%
G = 10.85%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#490E2A (or 0x490E2A) is known color: Blackberry. HEX triplet: 49, 0E and 2A. RGB value is (73,14,42). Sum of RGB (Red+Green+Blue) = 73+14+42=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #490E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E2A is #B6F1D5. Grayscale: #222222. Windows color (decimal): -11989462 or 2756169. OLE color: 2756169.

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

Color convert

RGB 73 14 42 -
CMYK 0 0.81 0.42 0.71
HSL 331.53º 0.68% 0.17% -
HSV(B) 331.53º 0.81% 0.29% -
XYZ 3.32 1.9 2.38 -
YUV 34.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 73 14 42 0 0.81 0.42 0.71 331.53 0.68 0.17
Hex 49 E 2A 0 51 2A 47 14C 44 11
Octal 111 16 52 0 121 52 107 514 104 21
Binary 1001001 1110 101010 0 1010001 101010 1000111 101001100 1000100 10001

Color Harmonies of #490E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490E2A

Black with #490E2A

Text Example


Text Example

White with #490E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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