Html Css Color HEX #490A33 Blackberry

📋 copy color: '#490A33'

red 73 ◦ green 10 ◦ blue 51

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

Shades of Blackberry #490A33

Tints of Blackberry #490A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 51 (20.31% from 255) = 38.06%

R = 54.48%
G = 7.46%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#490A33 (or 0x490A33) is known color: Blackberry. HEX triplet: 49, 0A and 33. RGB value is (73,10,51). Sum of RGB (Red+Green+Blue) = 73+10+51=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #490A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A33 is #B6F5CC. Grayscale: #212121. Windows color (decimal): -11990477 or 3344969. OLE color: 3344969.

HSL color Cylindrical-coordinate representation of color #490A33: hue angle of 320.95º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A33 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 51 -
CMYK 0 0.86 0.30 0.71
HSL 320.95º 0.76% 0.16% -
HSV(B) 320.95º 0.86% 0.29% -
XYZ 3.45 1.87 3.31 -
YUV 33.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 73 10 51 0 0.86 0.30 0.71 320.95 0.76 0.16
Hex 49 A 33 0 56 1E 47 141 4C 10
Octal 111 12 63 0 126 36 107 501 114 20
Binary 1001001 1010 110011 0 1010110 11110 1000111 101000001 1001100 10000

Color Harmonies of #490A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A33

Black with #490A33

Text Example


Text Example

White with #490A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A33; }

 p { color: rgb(73,10,51); }

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

background-color css

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

 a { background-color: rgb(73,10,51); }

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

border-color css

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

 span { border-color: rgb(73,10,51); }

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