Html Css Color HEX #491538 Blackberry

📋 copy color: '#491538'

red 73 ◦ green 21 ◦ blue 56

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

Shades of Blackberry #491538

Tints of Blackberry #491538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 56 (22.27% from 255) = 37.33%

R = 48.67%
G = 14%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#491538 (or 0x491538) is known color: Blackberry. HEX triplet: 49, 15 and 38. RGB value is (73,21,56). Sum of RGB (Red+Green+Blue) = 73+21+56=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #491538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491538 is #B6EAC7. Grayscale: #282828. Windows color (decimal): -11987656 or 3675465. OLE color: 3675465.

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

Color convert

RGB 73 21 56 -
CMYK 0 0.71 0.23 0.71
HSL 319.62º 0.55% 0.18% -
HSV(B) 319.62º 0.71% 0.29% -
XYZ 3.73 2.24 3.98 -
YUV 40.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 73 21 56 0 0.71 0.23 0.71 319.62 0.55 0.18
Hex 49 15 38 0 47 17 47 140 37 12
Octal 111 25 70 0 107 27 107 500 67 22
Binary 1001001 10101 111000 0 1000111 10111 1000111 101000000 110111 10010

Color Harmonies of #491538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491538

Black with #491538

Text Example


Text Example

White with #491538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491538; }

 p { color: rgb(73,21,56); }

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

background-color css

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

 a { background-color: rgb(73,21,56); }

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

border-color css

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

 span { border-color: rgb(73,21,56); }

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