Html Css Color HEX #49001E Blackberry

📋 copy color: '#49001E'

red 73 ◦ green 0 ◦ blue 30

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

Shades of Blackberry #49001E

Tints of Blackberry #49001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 29.13%

R = 70.87%
G = 0%
B = 29.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49001E (or 0x49001E) is known color: Blackberry. HEX triplet: 49, 00 and 1E. RGB value is (73,0,30). Sum of RGB (Red+Green+Blue) = 73+0+30=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #49001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49001E is #B6FFE1. Grayscale: #191919. Windows color (decimal): -11993058 or 1966153. OLE color: 1966153.

HSL color Cylindrical-coordinate representation of color #49001E: hue angle of 335.34º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49001E is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 30 -
CMYK 0 1 0.59 0.71
HSL 335.34º 1% 0.14% -
HSV(B) 335.34º 1% 0.29% -
XYZ 2.98 1.51 1.36 -
YUV 25.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 73 0 30 0 1 0.59 0.71 335.34 1 0.14
Hex 49 0 1E 0 64 3B 47 14F 64 E
Octal 111 0 36 0 144 73 107 517 144 16
Binary 1001001 0 11110 0 1100100 111011 1000111 101001111 1100100 1110

Color Harmonies of #49001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49001E

Black with #49001E

Text Example


Text Example

White with #49001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49001E; }

 p { color: rgb(73,0,30); }

 H1.HeaderClassName
 {
   color: #49001E;
 }
 .AnyTagClassName
 {
   color: #49001E;
 }
</style>

background-color css

<style>
 a { background-color: #49001E; }

 a { background-color: rgb(73,0,30); }

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

border-color css

<style>
 span { border-color: #49001E; }

 span { border-color: rgb(73,0,30); }

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