Html Css Color HEX #49002F Blackberry

📋 copy color: '#49002F'

red 73 ◦ green 0 ◦ blue 47

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

Shades of Blackberry #49002F

Tints of Blackberry #49002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 60.83%
G = 0%
B = 39.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#49002F (or 0x49002F) is known color: Blackberry. HEX triplet: 49, 00 and 2F. RGB value is (73,0,47). Sum of RGB (Red+Green+Blue) = 73+0+47=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49002F is #B6FFD0. Grayscale: #1B1B1B. Windows color (decimal): -11993041 or 3080265. OLE color: 3080265.

HSL color Cylindrical-coordinate representation of color #49002F: hue angle of 321.37º 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 #49002F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 47 -
CMYK 0 1 0.36 0.71
HSL 321.37º 1% 0.14% -
HSV(B) 321.37º 1% 0.29% -
XYZ 3.26 1.62 2.83 -
YUV 27.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 73 0 47 0 1 0.36 0.71 321.37 1 0.14
Hex 49 0 2F 0 64 24 47 141 64 E
Octal 111 0 57 0 144 44 107 501 144 16
Binary 1001001 0 101111 0 1100100 100100 1000111 101000001 1100100 1110

Color Harmonies of #49002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49002F

Black with #49002F

Text Example


Text Example

White with #49002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49002F; }

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

 H1.HeaderClassName
 {
   color: #49002F;
 }
 .AnyTagClassName
 {
   color: #49002F;
 }
</style>

background-color css

<style>
 a { background-color: #49002F; }

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

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

border-color css

<style>
 span { border-color: #49002F; }

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

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