Html Css Color HEX #490C30 Blackberry

📋 copy color: '#490C30'

red 73 ◦ green 12 ◦ blue 48

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

Shades of Blackberry #490C30

Tints of Blackberry #490C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.09%

R = 54.89%
G = 9.02%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#490C30 (or 0x490C30) is known color: Blackberry. HEX triplet: 49, 0C and 30. RGB value is (73,12,48). Sum of RGB (Red+Green+Blue) = 73+12+48=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C30 is #B6F3CF. Grayscale: #222222. Windows color (decimal): -11989968 or 3148873. OLE color: 3148873.

HSL color Cylindrical-coordinate representation of color #490C30: hue angle of 324.59º 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 #490C30 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 48 -
CMYK 0 0.84 0.34 0.71
HSL 324.59º 0.72% 0.17% -
HSV(B) 324.59º 0.84% 0.29% -
XYZ 3.41 1.89 2.98 -
YUV 34.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 73 12 48 0 0.84 0.34 0.71 324.59 0.72 0.17
Hex 49 C 30 0 54 22 47 145 48 11
Octal 111 14 60 0 124 42 107 505 110 21
Binary 1001001 1100 110000 0 1010100 100010 1000111 101000101 1001000 10001

Color Harmonies of #490C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C30

Black with #490C30

Text Example


Text Example

White with #490C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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