Html Css Color HEX #491232 Blackberry

📋 copy color: '#491232'

red 73 ◦ green 18 ◦ blue 50

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

Shades of Blackberry #491232

Tints of Blackberry #491232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 51.77%
G = 12.77%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#491232 (or 0x491232) is known color: Blackberry. HEX triplet: 49, 12 and 32. RGB value is (73,18,50). Sum of RGB (Red+Green+Blue) = 73+18+50=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #491232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491232 is #B6EDCD. Grayscale: #262626. Windows color (decimal): -11988430 or 3281481. OLE color: 3281481.

HSL color Cylindrical-coordinate representation of color #491232: hue angle of 325.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491232 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 18 50 -
CMYK 0 0.75 0.32 0.71
HSL 325.09º 0.6% 0.18% -
HSV(B) 325.09º 0.75% 0.29% -
XYZ 3.54 2.08 3.23 -
YUV 38.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 73 18 50 0 0.75 0.32 0.71 325.09 0.6 0.18
Hex 49 12 32 0 4B 20 47 145 3C 12
Octal 111 22 62 0 113 40 107 505 74 22
Binary 1001001 10010 110010 0 1001011 100000 1000111 101000101 111100 10010

Color Harmonies of #491232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491232

Black with #491232

Text Example


Text Example

White with #491232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491232; }

 p { color: rgb(73,18,50); }

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

background-color css

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

 a { background-color: rgb(73,18,50); }

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

border-color css

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

 span { border-color: rgb(73,18,50); }

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