Html Css Color HEX #491333 Blackberry

📋 copy color: '#491333'

red 73 ◦ green 19 ◦ blue 51

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

Shades of Blackberry #491333

Tints of Blackberry #491333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.66%

R = 51.05%
G = 13.29%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#491333 (or 0x491333) is known color: Blackberry. HEX triplet: 49, 13 and 33. RGB value is (73,19,51). Sum of RGB (Red+Green+Blue) = 73+19+51=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491333 is #B6ECCC. Grayscale: #262626. Windows color (decimal): -11988173 or 3347273. OLE color: 3347273.

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

Color convert

RGB 73 19 51 -
CMYK 0 0.74 0.30 0.71
HSL 324.44º 0.59% 0.18% -
HSV(B) 324.44º 0.74% 0.29% -
XYZ 3.58 2.12 3.35 -
YUV 38.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 73 19 51 0 0.74 0.30 0.71 324.44 0.59 0.18
Hex 49 13 33 0 4A 1E 47 144 3B 12
Octal 111 23 63 0 112 36 107 504 73 22
Binary 1001001 10011 110011 0 1001010 11110 1000111 101000100 111011 10010

Color Harmonies of #491333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491333

Black with #491333

Text Example


Text Example

White with #491333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491333; }

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

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

background-color css

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

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

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

border-color css

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

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

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