Html Css Color HEX #491028 Blackberry

📋 copy color: '#491028'

red 73 ◦ green 16 ◦ blue 40

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

Shades of Blackberry #491028

Tints of Blackberry #491028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 56.59%
G = 12.4%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#491028 (or 0x491028) is known color: Blackberry. HEX triplet: 49, 10 and 28. RGB value is (73,16,40). Sum of RGB (Red+Green+Blue) = 73+16+40=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491028 is #B6EFD7. Grayscale: #232323. Windows color (decimal): -11988952 or 2625609. OLE color: 2625609.

HSL color Cylindrical-coordinate representation of color #491028: hue angle of 334.74º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491028 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 16 40 -
CMYK 0 0.78 0.45 0.71
HSL 334.74º 0.64% 0.17% -
HSV(B) 334.74º 0.78% 0.29% -
XYZ 3.32 1.94 2.21 -
YUV 35.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 73 16 40 0 0.78 0.45 0.71 334.74 0.64 0.17
Hex 49 10 28 0 4E 2D 47 14F 40 11
Octal 111 20 50 0 116 55 107 517 100 21
Binary 1001001 10000 101000 0 1001110 101101 1000111 101001111 1000000 10001

Color Harmonies of #491028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491028

Black with #491028

Text Example


Text Example

White with #491028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491028; }

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

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

background-color css

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

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

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

border-color css

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

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

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