Html Css Color HEX #49122C Blackberry

📋 copy color: '#49122C'

red 73 ◦ green 18 ◦ blue 44

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

Shades of Blackberry #49122C

Tints of Blackberry #49122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 54.07%
G = 13.33%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#49122C (or 0x49122C) is known color: Blackberry. HEX triplet: 49, 12 and 2C. RGB value is (73,18,44). Sum of RGB (Red+Green+Blue) = 73+18+44=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122C is #B6EDD3. Grayscale: #252525. Windows color (decimal): -11988436 or 2888265. OLE color: 2888265.

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

Color convert

RGB 73 18 44 -
CMYK 0 0.75 0.40 0.71
HSL 331.64º 0.6% 0.18% -
HSV(B) 331.64º 0.75% 0.29% -
XYZ 3.42 2.03 2.59 -
YUV 37.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 73 18 44 0 0.75 0.40 0.71 331.64 0.6 0.18
Hex 49 12 2C 0 4B 28 47 14C 3C 12
Octal 111 22 54 0 113 50 107 514 74 22
Binary 1001001 10010 101100 0 1001011 101000 1000111 101001100 111100 10010

Color Harmonies of #49122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49122C

Black with #49122C

Text Example


Text Example

White with #49122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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