Html Css Color HEX #490B34 Blackberry

📋 copy color: '#490B34'

red 73 ◦ green 11 ◦ blue 52

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

Shades of Blackberry #490B34

Tints of Blackberry #490B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 53.68%
G = 8.09%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#490B34 (or 0x490B34) is known color: Blackberry. HEX triplet: 49, 0B and 34. RGB value is (73,11,52). Sum of RGB (Red+Green+Blue) = 73+11+52=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #490B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B34 is #B6F4CB. Grayscale: #222222. Windows color (decimal): -11990220 or 3410761. OLE color: 3410761.

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

Color convert

RGB 73 11 52 -
CMYK 0 0.85 0.29 0.71
HSL 320.32º 0.74% 0.16% -
HSV(B) 320.32º 0.85% 0.29% -
XYZ 3.49 1.9 3.43 -
YUV 34.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 73 11 52 0 0.85 0.29 0.71 320.32 0.74 0.16
Hex 49 B 34 0 55 1D 47 140 4A 10
Octal 111 13 64 0 125 35 107 500 112 20
Binary 1001001 1011 110100 0 1010101 11101 1000111 101000000 1001010 10000

Color Harmonies of #490B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490B34

Black with #490B34

Text Example


Text Example

White with #490B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490B34; }

 p { color: rgb(73,11,52); }

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

background-color css

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

 a { background-color: rgb(73,11,52); }

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

border-color css

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

 span { border-color: rgb(73,11,52); }

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