Html Css Color HEX #47112D Blackberry

📋 copy color: '#47112D'

red 71 ◦ green 17 ◦ blue 45

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

Shades of Blackberry #47112D

Tints of Blackberry #47112D

RGB

 RED value IS 71 (28.13% from 255) = 53.38%

 GREEN value IS 17 (7.03% from 255) = 12.78%

 BLUE value IS 45 (17.97% from 255) = 33.83%

R = 53.38%
G = 12.78%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47112D (or 0x47112D) is known color: Blackberry. HEX triplet: 47, 11 and 2D. RGB value is (71,17,45). Sum of RGB (Red+Green+Blue) = 71+17+45=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112D is #B8EED2. Grayscale: #242424. Windows color (decimal): -12119763 or 2953543. OLE color: 2953543.

HSL color Cylindrical-coordinate representation of color #47112D: hue angle of 328.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47112D is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 45 -
CMYK 0 0.76 0.37 0.72
HSL 328.89º 0.61% 0.17% -
HSV(B) 328.89º 0.76% 0.28% -
XYZ 3.27 1.93 2.68 -
YUV 36.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 71 17 45 0 0.76 0.37 0.72 328.89 0.61 0.17
Hex 47 11 2D 0 4C 25 48 149 3D 11
Octal 107 21 55 0 114 45 110 511 75 21
Binary 1000111 10001 101101 0 1001100 100101 1001000 101001001 111101 10001

Color Harmonies of #47112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47112D

Black with #47112D

Text Example


Text Example

White with #47112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,17,45); }

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

background-color css

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

 a { background-color: rgb(71,17,45); }

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

border-color css

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

 span { border-color: rgb(71,17,45); }

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