Html Css Color HEX #490521 Blackberry

📋 copy color: '#490521'

red 73 ◦ green 5 ◦ blue 33

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

Shades of Blackberry #490521

Tints of Blackberry #490521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 33 (13.28% from 255) = 29.73%

R = 65.77%
G = 4.5%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#490521 (or 0x490521) is known color: Blackberry. HEX triplet: 49, 05 and 21. RGB value is (73,5,33). Sum of RGB (Red+Green+Blue) = 73+5+33=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #490521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490521 is #B6FADE. Grayscale: #1C1C1C. Windows color (decimal): -11991775 or 2164041. OLE color: 2164041.

HSL color Cylindrical-coordinate representation of color #490521: hue angle of 335.29º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490521 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 33 -
CMYK 0 0.93 0.55 0.71
HSL 335.29º 0.87% 0.15% -
HSV(B) 335.29º 0.93% 0.29% -
XYZ 3.08 1.63 1.59 -
YUV 28.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 73 5 33 0 0.93 0.55 0.71 335.29 0.87 0.15
Hex 49 5 21 0 5D 37 47 14F 57 F
Octal 111 5 41 0 135 67 107 517 127 17
Binary 1001001 101 100001 0 1011101 110111 1000111 101001111 1010111 1111

Color Harmonies of #490521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490521

Black with #490521

Text Example


Text Example

White with #490521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490521; }

 p { color: rgb(73,5,33); }

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

background-color css

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

 a { background-color: rgb(73,5,33); }

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

border-color css

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

 span { border-color: rgb(73,5,33); }

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