Html Css Color HEX #490134 Blackberry

📋 copy color: '#490134'

red 73 ◦ green 1 ◦ blue 52

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

Shades of Blackberry #490134

Tints of Blackberry #490134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 52 (20.7% from 255) = 41.27%

R = 57.94%
G = 0.79%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#490134 (or 0x490134) is known color: Blackberry. HEX triplet: 49, 01 and 34. RGB value is (73,1,52). Sum of RGB (Red+Green+Blue) = 73+1+52=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #490134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490134 is #B6FECB. Grayscale: #1C1C1C. Windows color (decimal): -11992780 or 3408201. OLE color: 3408201.

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

Color convert

RGB 73 1 52 -
CMYK 0 0.99 0.29 0.71
HSL 317.5º 0.97% 0.15% -
HSV(B) 317.5º 0.99% 0.29% -
XYZ 3.38 1.69 3.4 -
YUV 28.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 73 1 52 0 0.99 0.29 0.71 317.5 0.97 0.15
Hex 49 1 34 0 63 1D 47 13E 61 F
Octal 111 1 64 0 143 35 107 476 141 17
Binary 1001001 1 110100 0 1100011 11101 1000111 100111110 1100001 1111

Color Harmonies of #490134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490134

Black with #490134

Text Example


Text Example

White with #490134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490134; }

 p { color: rgb(73,1,52); }

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

background-color css

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

 a { background-color: rgb(73,1,52); }

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

border-color css

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

 span { border-color: rgb(73,1,52); }

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