Html Css Color HEX #491328 Blackberry

📋 copy color: '#491328'

red 73 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #491328

Tints of Blackberry #491328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 55.3%
G = 14.39%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#491328 (or 0x491328) is known color: Blackberry. HEX triplet: 49, 13 and 28. RGB value is (73,19,40). Sum of RGB (Red+Green+Blue) = 73+19+40=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491328 is #B6ECD7. Grayscale: #252525. Windows color (decimal): -11988184 or 2626377. OLE color: 2626377.

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

Color convert

RGB 73 19 40 -
CMYK 0 0.74 0.45 0.71
HSL 336.67º 0.59% 0.18% -
HSV(B) 336.67º 0.74% 0.29% -
XYZ 3.36 2.04 2.22 -
YUV 37.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 73 19 40 0 0.74 0.45 0.71 336.67 0.59 0.18
Hex 49 13 28 0 4A 2D 47 151 3B 12
Octal 111 23 50 0 112 55 107 521 73 22
Binary 1001001 10011 101000 0 1001010 101101 1000111 101010001 111011 10010

Color Harmonies of #491328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491328

Black with #491328

Text Example


Text Example

White with #491328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491328; }

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

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

background-color css

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

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

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

border-color css

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

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

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