Html Css Color HEX #490922 Blackberry

📋 copy color: '#490922'

red 73 ◦ green 9 ◦ blue 34

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

Shades of Blackberry #490922

Tints of Blackberry #490922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 34 (13.67% from 255) = 29.31%

R = 62.93%
G = 7.76%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#490922 (or 0x490922) is known color: Blackberry. HEX triplet: 49, 09 and 22. RGB value is (73,9,34). Sum of RGB (Red+Green+Blue) = 73+9+34=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490922 is #B6F6DD. Grayscale: #1E1E1E. Windows color (decimal): -11990750 or 2230601. OLE color: 2230601.

HSL color Cylindrical-coordinate representation of color #490922: hue angle of 336.56º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490922 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 34 -
CMYK 0 0.88 0.53 0.71
HSL 336.56º 0.78% 0.16% -
HSV(B) 336.56º 0.88% 0.29% -
XYZ 3.13 1.73 1.68 -
YUV 30.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 73 9 34 0 0.88 0.53 0.71 336.56 0.78 0.16
Hex 49 9 22 0 58 35 47 151 4E 10
Octal 111 11 42 0 130 65 107 521 116 20
Binary 1001001 1001 100010 0 1011000 110101 1000111 101010001 1001110 10000

Color Harmonies of #490922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490922

Black with #490922

Text Example


Text Example

White with #490922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490922; }

 p { color: rgb(73,9,34); }

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

background-color css

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

 a { background-color: rgb(73,9,34); }

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

border-color css

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

 span { border-color: rgb(73,9,34); }

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