Html Css Color HEX #491A37 Blackberry

📋 copy color: '#491A37'

red 73 ◦ green 26 ◦ blue 55

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

Shades of Blackberry #491A37

Tints of Blackberry #491A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.88%

 BLUE value IS 55 (21.88% from 255) = 35.71%

R = 47.4%
G = 16.88%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#491A37 (or 0x491A37) is known color: Blackberry. HEX triplet: 49, 1A and 37. RGB value is (73,26,55). Sum of RGB (Red+Green+Blue) = 73+26+55=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #491A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A37 is #B6E5C8. Grayscale: #2B2B2B. Windows color (decimal): -11986377 or 3611209. OLE color: 3611209.

HSL color Cylindrical-coordinate representation of color #491A37: hue angle of 322.98º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A37 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 55 -
CMYK 0 0.64 0.25 0.71
HSL 322.98º 0.47% 0.19% -
HSV(B) 322.98º 0.64% 0.29% -
XYZ 3.81 2.43 3.88 -
YUV 43.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 73 26 55 0 0.64 0.25 0.71 322.98 0.47 0.19
Hex 49 1A 37 0 40 19 47 143 2F 13
Octal 111 32 67 0 100 31 107 503 57 23
Binary 1001001 11010 110111 0 1000000 11001 1000111 101000011 101111 10011

Color Harmonies of #491A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A37

Black with #491A37

Text Example


Text Example

White with #491A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A37; }

 p { color: rgb(73,26,55); }

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

background-color css

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

 a { background-color: rgb(73,26,55); }

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

border-color css

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

 span { border-color: rgb(73,26,55); }

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