Html Css Color HEX #49123D Blackberry

📋 copy color: '#49123D'

red 73 ◦ green 18 ◦ blue 61

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

Shades of Blackberry #49123D

Tints of Blackberry #49123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 48.03%
G = 11.84%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49123D (or 0x49123D) is known color: Blackberry. HEX triplet: 49, 12 and 3D. RGB value is (73,18,61). Sum of RGB (Red+Green+Blue) = 73+18+61=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123D is #B6EDC2. Grayscale: #272727. Windows color (decimal): -11988419 or 4002377. OLE color: 4002377.

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

Color convert

RGB 73 18 61 -
CMYK 0 0.75 0.16 0.71
HSL 313.09º 0.6% 0.18% -
HSV(B) 313.09º 0.75% 0.29% -
XYZ 3.81 2.19 4.64 -
YUV 39.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 73 18 61 0 0.75 0.16 0.71 313.09 0.6 0.18
Hex 49 12 3D 0 4B 10 47 139 3C 12
Octal 111 22 75 0 113 20 107 471 74 22
Binary 1001001 10010 111101 0 1001011 10000 1000111 100111001 111100 10010

Color Harmonies of #49123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49123D

Black with #49123D

Text Example


Text Example

White with #49123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49123D; }

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

 H1.HeaderClassName
 {
   color: #49123D;
 }
 .AnyTagClassName
 {
   color: #49123D;
 }
</style>

background-color css

<style>
 a { background-color: #49123D; }

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

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

border-color css

<style>
 span { border-color: #49123D; }

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

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