Html Css Color HEX #49011C Blackberry

📋 copy color: '#49011C'

red 73 ◦ green 1 ◦ blue 28

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

Shades of Blackberry #49011C

Tints of Blackberry #49011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

 BLUE value IS 28 (11.33% from 255) = 27.45%

R = 71.57%
G = 0.98%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#49011C (or 0x49011C) is known color: Blackberry. HEX triplet: 49, 01 and 1C. RGB value is (73,1,28). Sum of RGB (Red+Green+Blue) = 73+1+28=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #49011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49011C is #B6FEE3. Grayscale: #191919. Windows color (decimal): -11992804 or 1835337. OLE color: 1835337.

HSL color Cylindrical-coordinate representation of color #49011C: hue angle of 337.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49011C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 28 -
CMYK 0 0.99 0.62 0.71
HSL 337.5º 0.97% 0.15% -
HSV(B) 337.5º 0.99% 0.29% -
XYZ 2.97 1.52 1.24 -
YUV 25.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 73 1 28 0 0.99 0.62 0.71 337.5 0.97 0.15
Hex 49 1 1C 0 63 3E 47 152 61 F
Octal 111 1 34 0 143 76 107 522 141 17
Binary 1001001 1 11100 0 1100011 111110 1000111 101010010 1100001 1111

Color Harmonies of #49011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49011C

Black with #49011C

Text Example


Text Example

White with #49011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,1,28); }

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

background-color css

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

 a { background-color: rgb(73,1,28); }

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

border-color css

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

 span { border-color: rgb(73,1,28); }

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