Html Css Color HEX #47113A Blackberry

📋 copy color: '#47113A'

red 71 ◦ green 17 ◦ blue 58

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

Shades of Blackberry #47113A

Tints of Blackberry #47113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 48.63%
G = 11.64%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47113A (or 0x47113A) is known color: Blackberry. HEX triplet: 47, 11 and 3A. RGB value is (71,17,58). Sum of RGB (Red+Green+Blue) = 71+17+58=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113A is #B8EEC5. Grayscale: #252525. Windows color (decimal): -12119750 or 3805511. OLE color: 3805511.

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

Color convert

RGB 71 17 58 -
CMYK 0 0.76 0.18 0.72
HSL 314.44º 0.61% 0.17% -
HSV(B) 314.44º 0.76% 0.28% -
XYZ 3.56 2.05 4.21 -
YUV 37.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 71 17 58 0 0.76 0.18 0.72 314.44 0.61 0.17
Hex 47 11 3A 0 4C 12 48 13A 3D 11
Octal 107 21 72 0 114 22 110 472 75 21
Binary 1000111 10001 111010 0 1001100 10010 1001000 100111010 111101 10001

Color Harmonies of #47113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47113A

Black with #47113A

Text Example


Text Example

White with #47113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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