Html Css Color HEX #490B2E Blackberry

📋 copy color: '#490B2E'

red 73 ◦ green 11 ◦ blue 46

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

Shades of Blackberry #490B2E

Tints of Blackberry #490B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.46%

 BLUE value IS 46 (18.36% from 255) = 35.38%

R = 56.15%
G = 8.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#490B2E (or 0x490B2E) is known color: Blackberry. HEX triplet: 49, 0B and 2E. RGB value is (73,11,46). Sum of RGB (Red+Green+Blue) = 73+11+46=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B2E is #B6F4D1. Grayscale: #212121. Windows color (decimal): -11990226 or 3017545. OLE color: 3017545.

HSL color Cylindrical-coordinate representation of color #490B2E: hue angle of 326.13º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B2E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 11 46 -
CMYK 0 0.85 0.37 0.71
HSL 326.13º 0.74% 0.16% -
HSV(B) 326.13º 0.85% 0.29% -
XYZ 3.36 1.85 2.77 -
YUV 33.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 73 11 46 0 0.85 0.37 0.71 326.13 0.74 0.16
Hex 49 B 2E 0 55 25 47 146 4A 10
Octal 111 13 56 0 125 45 107 506 112 20
Binary 1001001 1011 101110 0 1010101 100101 1000111 101000110 1001010 10000

Color Harmonies of #490B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B2E

Black with #490B2E

Text Example


Text Example

White with #490B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,11,46); }

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

background-color css

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

 a { background-color: rgb(73,11,46); }

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

border-color css

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

 span { border-color: rgb(73,11,46); }

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