Html Css Color HEX #47112F Blackberry

📋 copy color: '#47112F'

red 71 ◦ green 17 ◦ blue 47

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

Shades of Blackberry #47112F

Tints of Blackberry #47112F

RGB

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

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

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

R = 52.59%
G = 12.59%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47112F (or 0x47112F) is known color: Blackberry. HEX triplet: 47, 11 and 2F. RGB value is (71,17,47). Sum of RGB (Red+Green+Blue) = 71+17+47=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112F is #B8EED0. Grayscale: #242424. Windows color (decimal): -12119761 or 3084615. OLE color: 3084615.

HSL color Cylindrical-coordinate representation of color #47112F: hue angle of 326.67º 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 #47112F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 47 -
CMYK 0 0.76 0.34 0.72
HSL 326.67º 0.61% 0.17% -
HSV(B) 326.67º 0.76% 0.28% -
XYZ 3.31 1.95 2.89 -
YUV 36.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 71 17 47 0 0.76 0.34 0.72 326.67 0.61 0.17
Hex 47 11 2F 0 4C 22 48 147 3D 11
Octal 107 21 57 0 114 42 110 507 75 21
Binary 1000111 10001 101111 0 1001100 100010 1001000 101000111 111101 10001

Color Harmonies of #47112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47112F

Black with #47112F

Text Example


Text Example

White with #47112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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