Html Css Color HEX #491236 Blackberry

📋 copy color: '#491236'

red 73 ◦ green 18 ◦ blue 54

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

Shades of Blackberry #491236

Tints of Blackberry #491236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.24%

R = 50.34%
G = 12.41%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#491236 (or 0x491236) is known color: Blackberry. HEX triplet: 49, 12 and 36. RGB value is (73,18,54). Sum of RGB (Red+Green+Blue) = 73+18+54=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491236 is #B6EDC9. Grayscale: #262626. Windows color (decimal): -11988426 or 3543625. OLE color: 3543625.

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

Color convert

RGB 73 18 54 -
CMYK 0 0.75 0.26 0.71
HSL 320.73º 0.6% 0.18% -
HSV(B) 320.73º 0.75% 0.29% -
XYZ 3.63 2.12 3.71 -
YUV 38.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 73 18 54 0 0.75 0.26 0.71 320.73 0.6 0.18
Hex 49 12 36 0 4B 1A 47 141 3C 12
Octal 111 22 66 0 113 32 107 501 74 22
Binary 1001001 10010 110110 0 1001011 11010 1000111 101000001 111100 10010

Color Harmonies of #491236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491236

Black with #491236

Text Example


Text Example

White with #491236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491236; }

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

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

background-color css

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

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

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

border-color css

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

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

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