Html Css Color HEX #47113B Blackberry

📋 copy color: '#47113B'

red 71 ◦ green 17 ◦ blue 59

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

Shades of Blackberry #47113B

Tints of Blackberry #47113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 48.3%
G = 11.56%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47113B (or 0x47113B) is known color: Blackberry. HEX triplet: 47, 11 and 3B. RGB value is (71,17,59). Sum of RGB (Red+Green+Blue) = 71+17+59=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113B is #B8EEC4. Grayscale: #252525. Windows color (decimal): -12119749 or 3871047. OLE color: 3871047.

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

Color convert

RGB 71 17 59 -
CMYK 0 0.76 0.17 0.72
HSL 313.33º 0.61% 0.17% -
HSV(B) 313.33º 0.76% 0.28% -
XYZ 3.59 2.06 4.35 -
YUV 37.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 71 17 59 0 0.76 0.17 0.72 313.33 0.61 0.17
Hex 47 11 3B 0 4C 11 48 139 3D 11
Octal 107 21 73 0 114 21 110 471 75 21
Binary 1000111 10001 111011 0 1001100 10001 1001000 100111001 111101 10001

Color Harmonies of #47113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47113B

Black with #47113B

Text Example


Text Example

White with #47113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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