Html Css Color HEX #490927 Blackberry

📋 copy color: '#490927'

red 73 ◦ green 9 ◦ blue 39

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

Shades of Blackberry #490927

Tints of Blackberry #490927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 60.33%
G = 7.44%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#490927 (or 0x490927) is known color: Blackberry. HEX triplet: 49, 09 and 27. RGB value is (73,9,39). Sum of RGB (Red+Green+Blue) = 73+9+39=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490927 is #B6F6D8. Grayscale: #1F1F1F. Windows color (decimal): -11990745 or 2558281. OLE color: 2558281.

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

Color convert

RGB 73 9 39 -
CMYK 0 0.88 0.47 0.71
HSL 331.88º 0.78% 0.16% -
HSV(B) 331.88º 0.88% 0.29% -
XYZ 3.21 1.76 2.09 -
YUV 31.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 73 9 39 0 0.88 0.47 0.71 331.88 0.78 0.16
Hex 49 9 27 0 58 2F 47 14C 4E 10
Octal 111 11 47 0 130 57 107 514 116 20
Binary 1001001 1001 100111 0 1011000 101111 1000111 101001100 1001110 10000

Color Harmonies of #490927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490927

Black with #490927

Text Example


Text Example

White with #490927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490927; }

 p { color: rgb(73,9,39); }

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

background-color css

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

 a { background-color: rgb(73,9,39); }

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

border-color css

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

 span { border-color: rgb(73,9,39); }

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