Html Css Color HEX #49122A Blackberry

📋 copy color: '#49122A'

red 73 ◦ green 18 ◦ blue 42

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

Shades of Blackberry #49122A

Tints of Blackberry #49122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 54.89%
G = 13.53%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49122A (or 0x49122A) is known color: Blackberry. HEX triplet: 49, 12 and 2A. RGB value is (73,18,42). Sum of RGB (Red+Green+Blue) = 73+18+42=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122A is #B6EDD5. Grayscale: #252525. Windows color (decimal): -11988438 or 2757193. OLE color: 2757193.

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

Color convert

RGB 73 18 42 -
CMYK 0 0.75 0.42 0.71
HSL 333.82º 0.6% 0.18% -
HSV(B) 333.82º 0.75% 0.29% -
XYZ 3.38 2.02 2.4 -
YUV 37.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 73 18 42 0 0.75 0.42 0.71 333.82 0.6 0.18
Hex 49 12 2A 0 4B 2A 47 14E 3C 12
Octal 111 22 52 0 113 52 107 516 74 22
Binary 1001001 10010 101010 0 1001011 101010 1000111 101001110 111100 10010

Color Harmonies of #49122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49122A

Black with #49122A

Text Example


Text Example

White with #49122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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