Html Css Color HEX #490C2B Blackberry

📋 copy color: '#490C2B'

red 73 ◦ green 12 ◦ blue 43

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

Shades of Blackberry #490C2B

Tints of Blackberry #490C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.38%

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 57.03%
G = 9.38%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#490C2B (or 0x490C2B) is known color: Blackberry. HEX triplet: 49, 0C and 2B. RGB value is (73,12,43). Sum of RGB (Red+Green+Blue) = 73+12+43=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #490C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C2B is #B6F3D4. Grayscale: #212121. Windows color (decimal): -11989973 or 2821193. OLE color: 2821193.

HSL color Cylindrical-coordinate representation of color #490C2B: hue angle of 329.51º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C2B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 43 -
CMYK 0 0.84 0.41 0.71
HSL 329.51º 0.72% 0.17% -
HSV(B) 329.51º 0.84% 0.29% -
XYZ 3.32 1.85 2.47 -
YUV 33.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 73 12 43 0 0.84 0.41 0.71 329.51 0.72 0.17
Hex 49 C 2B 0 54 29 47 14A 48 11
Octal 111 14 53 0 124 51 107 512 110 21
Binary 1001001 1100 101011 0 1010100 101001 1000111 101001010 1001000 10001

Color Harmonies of #490C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C2B

Black with #490C2B

Text Example


Text Example

White with #490C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,43); }

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

background-color css

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

 a { background-color: rgb(73,12,43); }

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

border-color css

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

 span { border-color: rgb(73,12,43); }

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