Html Css Color HEX #491327 Blackberry

📋 copy color: '#491327'

red 73 ◦ green 19 ◦ blue 39

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

Shades of Blackberry #491327

Tints of Blackberry #491327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 39 (15.63% from 255) = 29.77%

R = 55.73%
G = 14.5%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#491327 (or 0x491327) is known color: Blackberry. HEX triplet: 49, 13 and 27. RGB value is (73,19,39). Sum of RGB (Red+Green+Blue) = 73+19+39=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491327 is #B6ECD8. Grayscale: #252525. Windows color (decimal): -11988185 or 2560841. OLE color: 2560841.

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

Color convert

RGB 73 19 39 -
CMYK 0 0.74 0.47 0.71
HSL 337.78º 0.59% 0.18% -
HSV(B) 337.78º 0.74% 0.29% -
XYZ 3.35 2.03 2.13 -
YUV 37.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 73 19 39 0 0.74 0.47 0.71 337.78 0.59 0.18
Hex 49 13 27 0 4A 2F 47 152 3B 12
Octal 111 23 47 0 112 57 107 522 73 22
Binary 1001001 10011 100111 0 1001010 101111 1000111 101010010 111011 10010

Color Harmonies of #491327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491327

Black with #491327

Text Example


Text Example

White with #491327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491327; }

 p { color: rgb(73,19,39); }

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

background-color css

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

 a { background-color: rgb(73,19,39); }

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

border-color css

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

 span { border-color: rgb(73,19,39); }

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