Html Css Color HEX #490333 Blackberry

📋 copy color: '#490333'

red 73 ◦ green 3 ◦ blue 51

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

Shades of Blackberry #490333

Tints of Blackberry #490333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.36%

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

R = 57.48%
G = 2.36%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#490333 (or 0x490333) is known color: Blackberry. HEX triplet: 49, 03 and 33. RGB value is (73,3,51). Sum of RGB (Red+Green+Blue) = 73+3+51=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #490333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490333 is #B6FCCC. Grayscale: #1D1D1D. Windows color (decimal): -11992269 or 3343177. OLE color: 3343177.

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

Color convert

RGB 73 3 51 -
CMYK 0 0.96 0.30 0.71
HSL 318.86º 0.92% 0.15% -
HSV(B) 318.86º 0.96% 0.29% -
XYZ 3.38 1.72 3.29 -
YUV 29.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 73 3 51 0 0.96 0.30 0.71 318.86 0.92 0.15
Hex 49 3 33 0 60 1E 47 13F 5C F
Octal 111 3 63 0 140 36 107 477 134 17
Binary 1001001 11 110011 0 1100000 11110 1000111 100111111 1011100 1111

Color Harmonies of #490333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490333

Black with #490333

Text Example


Text Example

White with #490333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490333; }

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

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

background-color css

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

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

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

border-color css

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

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

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