Html Css Color HEX #490233 Blackberry

📋 copy color: '#490233'

red 73 ◦ green 2 ◦ blue 51

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

Shades of Blackberry #490233

Tints of Blackberry #490233

RGB

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

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

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

R = 57.94%
G = 1.59%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#490233 (or 0x490233) is known color: Blackberry. HEX triplet: 49, 02 and 33. RGB value is (73,2,51). Sum of RGB (Red+Green+Blue) = 73+2+51=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #490233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490233 is #B6FDCC. Grayscale: #1C1C1C. Windows color (decimal): -11992525 or 3342921. OLE color: 3342921.

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

Color convert

RGB 73 2 51 -
CMYK 0 0.97 0.30 0.71
HSL 318.59º 0.95% 0.15% -
HSV(B) 318.59º 0.97% 0.29% -
XYZ 3.37 1.7 3.28 -
YUV 28.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 73 2 51 0 0.97 0.30 0.71 318.59 0.95 0.15
Hex 49 2 33 0 61 1E 47 13F 5F F
Octal 111 2 63 0 141 36 107 477 137 17
Binary 1001001 10 110011 0 1100001 11110 1000111 100111111 1011111 1111

Color Harmonies of #490233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490233

Black with #490233

Text Example


Text Example

White with #490233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490233; }

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

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

background-color css

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

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

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

border-color css

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

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

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