Html Css Color HEX #491226 Blackberry

📋 copy color: '#491226'

red 73 ◦ green 18 ◦ blue 38

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

Shades of Blackberry #491226

Tints of Blackberry #491226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 56.59%
G = 13.95%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491226 (or 0x491226) is known color: Blackberry. HEX triplet: 49, 12 and 26. RGB value is (73,18,38). Sum of RGB (Red+Green+Blue) = 73+18+38=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491226 is #B6EDD9. Grayscale: #242424. Windows color (decimal): -11988442 or 2495049. OLE color: 2495049.

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

Color convert

RGB 73 18 38 -
CMYK 0 0.75 0.48 0.71
HSL 338.18º 0.6% 0.18% -
HSV(B) 338.18º 0.75% 0.29% -
XYZ 3.31 1.99 2.04 -
YUV 36.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 73 18 38 0 0.75 0.48 0.71 338.18 0.6 0.18
Hex 49 12 26 0 4B 30 47 152 3C 12
Octal 111 22 46 0 113 60 107 522 74 22
Binary 1001001 10010 100110 0 1001011 110000 1000111 101010010 111100 10010

Color Harmonies of #491226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491226

Black with #491226

Text Example


Text Example

White with #491226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491226; }

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

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

background-color css

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

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

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

border-color css

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

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

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