Html Css Color HEX #490230 Blackberry

📋 copy color: '#490230'

red 73 ◦ green 2 ◦ blue 48

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

Shades of Blackberry #490230

Tints of Blackberry #490230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 59.35%
G = 1.63%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#490230 (or 0x490230) is known color: Blackberry. HEX triplet: 49, 02 and 30. RGB value is (73,2,48). Sum of RGB (Red+Green+Blue) = 73+2+48=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #490230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490230 is #B6FDCF. Grayscale: #1C1C1C. Windows color (decimal): -11992528 or 3146313. OLE color: 3146313.

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

Color convert

RGB 73 2 48 -
CMYK 0 0.97 0.34 0.71
HSL 321.13º 0.95% 0.15% -
HSV(B) 321.13º 0.97% 0.29% -
XYZ 3.3 1.67 2.95 -
YUV 28.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 73 2 48 0 0.97 0.34 0.71 321.13 0.95 0.15
Hex 49 2 30 0 61 22 47 141 5F F
Octal 111 2 60 0 141 42 107 501 137 17
Binary 1001001 10 110000 0 1100001 100010 1000111 101000001 1011111 1111

Color Harmonies of #490230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490230

Black with #490230

Text Example


Text Example

White with #490230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490230; }

 p { color: rgb(73,2,48); }

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

background-color css

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

 a { background-color: rgb(73,2,48); }

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

border-color css

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

 span { border-color: rgb(73,2,48); }

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