Html Css Color HEX #490524 Blackberry

📋 copy color: '#490524'

red 73 ◦ green 5 ◦ blue 36

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

Shades of Blackberry #490524

Tints of Blackberry #490524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 31.58%

R = 64.04%
G = 4.39%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#490524 (or 0x490524) is known color: Blackberry. HEX triplet: 49, 05 and 24. RGB value is (73,5,36). Sum of RGB (Red+Green+Blue) = 73+5+36=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490524 is #B6FADB. Grayscale: #1C1C1C. Windows color (decimal): -11991772 or 2360649. OLE color: 2360649.

HSL color Cylindrical-coordinate representation of color #490524: hue angle of 332.65º 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 #490524 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 36 -
CMYK 0 0.93 0.51 0.71
HSL 332.65º 0.87% 0.15% -
HSV(B) 332.65º 0.93% 0.29% -
XYZ 3.12 1.65 1.82 -
YUV 28.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 73 5 36 0 0.93 0.51 0.71 332.65 0.87 0.15
Hex 49 5 24 0 5D 33 47 14D 57 F
Octal 111 5 44 0 135 63 107 515 127 17
Binary 1001001 101 100100 0 1011101 110011 1000111 101001101 1010111 1111

Color Harmonies of #490524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490524

Black with #490524

Text Example


Text Example

White with #490524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490524; }

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

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

background-color css

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

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

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

border-color css

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

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

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