Html Css Color HEX #47112B Blackberry

📋 copy color: '#47112B'

red 71 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #47112B

Tints of Blackberry #47112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 54.2%
G = 12.98%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47112B (or 0x47112B) is known color: Blackberry. HEX triplet: 47, 11 and 2B. RGB value is (71,17,43). Sum of RGB (Red+Green+Blue) = 71+17+43=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112B is #B8EED4. Grayscale: #242424. Windows color (decimal): -12119765 or 2822471. OLE color: 2822471.

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

Color convert

RGB 71 17 43 -
CMYK 0 0.76 0.39 0.72
HSL 331.11º 0.61% 0.17% -
HSV(B) 331.11º 0.76% 0.28% -
XYZ 3.24 1.91 2.48 -
YUV 36.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 71 17 43 0 0.76 0.39 0.72 331.11 0.61 0.17
Hex 47 11 2B 0 4C 27 48 14B 3D 11
Octal 107 21 53 0 114 47 110 513 75 21
Binary 1000111 10001 101011 0 1001100 100111 1001000 101001011 111101 10001

Color Harmonies of #47112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47112B

Black with #47112B

Text Example


Text Example

White with #47112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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