Html Css Color HEX #47112C Blackberry

📋 copy color: '#47112C'

red 71 ◦ green 17 ◦ blue 44

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

Shades of Blackberry #47112C

Tints of Blackberry #47112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.33%

R = 53.79%
G = 12.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47112C (or 0x47112C) is known color: Blackberry. HEX triplet: 47, 11 and 2C. RGB value is (71,17,44). Sum of RGB (Red+Green+Blue) = 71+17+44=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112C is #B8EED3. Grayscale: #242424. Windows color (decimal): -12119764 or 2888007. OLE color: 2888007.

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

Color convert

RGB 71 17 44 -
CMYK 0 0.76 0.38 0.72
HSL 330º 0.61% 0.17% -
HSV(B) 330º 0.76% 0.28% -
XYZ 3.25 1.92 2.58 -
YUV 36.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 71 17 44 0 0.76 0.38 0.72 330 0.61 0.17
Hex 47 11 2C 0 4C 26 48 14A 3D 11
Octal 107 21 54 0 114 46 110 512 75 21
Binary 1000111 10001 101100 0 1001100 100110 1001000 101001010 111101 10001

Color Harmonies of #47112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47112C

Black with #47112C

Text Example


Text Example

White with #47112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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