Html Css Color HEX #47113C Blackberry

📋 copy color: '#47113C'

red 71 ◦ green 17 ◦ blue 60

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

Shades of Blackberry #47113C

Tints of Blackberry #47113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 47.97%
G = 11.49%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47113C (or 0x47113C) is known color: Blackberry. HEX triplet: 47, 11 and 3C. RGB value is (71,17,60). Sum of RGB (Red+Green+Blue) = 71+17+60=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113C is #B8EEC3. Grayscale: #252525. Windows color (decimal): -12119748 or 3936583. OLE color: 3936583.

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

Color convert

RGB 71 17 60 -
CMYK 0 0.76 0.15 0.72
HSL 312.22º 0.61% 0.17% -
HSV(B) 312.22º 0.76% 0.28% -
XYZ 3.61 2.07 4.48 -
YUV 38.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 71 17 60 0 0.76 0.15 0.72 312.22 0.61 0.17
Hex 47 11 3C 0 4C F 48 138 3D 11
Octal 107 21 74 0 114 17 110 470 75 21
Binary 1000111 10001 111100 0 1001100 1111 1001000 100111000 111101 10001

Color Harmonies of #47113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47113C

Black with #47113C

Text Example


Text Example

White with #47113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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