Html Css Color HEX #490B31 Blackberry

📋 copy color: '#490B31'

red 73 ◦ green 11 ◦ blue 49

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

Shades of Blackberry #490B31

Tints of Blackberry #490B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 54.89%
G = 8.27%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#490B31 (or 0x490B31) is known color: Blackberry. HEX triplet: 49, 0B and 31. RGB value is (73,11,49). Sum of RGB (Red+Green+Blue) = 73+11+49=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B31 is #B6F4CE. Grayscale: #212121. Windows color (decimal): -11990223 or 3214153. OLE color: 3214153.

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

Color convert

RGB 73 11 49 -
CMYK 0 0.85 0.33 0.71
HSL 323.23º 0.74% 0.16% -
HSV(B) 323.23º 0.85% 0.29% -
XYZ 3.42 1.88 3.09 -
YUV 33.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 73 11 49 0 0.85 0.33 0.71 323.23 0.74 0.16
Hex 49 B 31 0 55 21 47 143 4A 10
Octal 111 13 61 0 125 41 107 503 112 20
Binary 1001001 1011 110001 0 1010101 100001 1000111 101000011 1001010 10000

Color Harmonies of #490B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B31

Black with #490B31

Text Example


Text Example

White with #490B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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