Html Css Color HEX #491227 Blackberry

📋 copy color: '#491227'

red 73 ◦ green 18 ◦ blue 39

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

Shades of Blackberry #491227

Tints of Blackberry #491227

RGB

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

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

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

R = 56.15%
G = 13.85%
B = 30%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#491227 (or 0x491227) is known color: Blackberry. HEX triplet: 49, 12 and 27. RGB value is (73,18,39). Sum of RGB (Red+Green+Blue) = 73+18+39=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491227 is #B6EDD8. Grayscale: #242424. Windows color (decimal): -11988441 or 2560585. OLE color: 2560585.

HSL color Cylindrical-coordinate representation of color #491227: hue angle of 337.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 #491227 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 18 39 -
CMYK 0 0.75 0.47 0.71
HSL 337.09º 0.6% 0.18% -
HSV(B) 337.09º 0.75% 0.29% -
XYZ 3.33 2 2.13 -
YUV 36.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 73 18 39 0 0.75 0.47 0.71 337.09 0.6 0.18
Hex 49 12 27 0 4B 2F 47 151 3C 12
Octal 111 22 47 0 113 57 107 521 74 22
Binary 1001001 10010 100111 0 1001011 101111 1000111 101010001 111100 10010

Color Harmonies of #491227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491227

Black with #491227

Text Example


Text Example

White with #491227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491227; }

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

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

background-color css

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

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

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

border-color css

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

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

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