Html Css Color HEX #47143C Blackberry

📋 copy color: '#47143C'

red 71 ◦ green 20 ◦ blue 60

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

Shades of Blackberry #47143C

Tints of Blackberry #47143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

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

R = 47.02%
G = 13.25%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47143C (or 0x47143C) is known color: Blackberry. HEX triplet: 47, 14 and 3C. RGB value is (71,20,60). Sum of RGB (Red+Green+Blue) = 71+20+60=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47143C is #B8EBC3. Grayscale: #272727. Windows color (decimal): -12118980 or 3937351. OLE color: 3937351.

HSL color Cylindrical-coordinate representation of color #47143C: hue angle of 312.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47143C is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 60 -
CMYK 0 0.72 0.15 0.72
HSL 312.94º 0.56% 0.18% -
HSV(B) 312.94º 0.72% 0.28% -
XYZ 3.66 2.17 4.5 -
YUV 39.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 71 20 60 0 0.72 0.15 0.72 312.94 0.56 0.18
Hex 47 14 3C 0 48 F 48 139 38 12
Octal 107 24 74 0 110 17 110 471 70 22
Binary 1000111 10100 111100 0 1001000 1111 1001000 100111001 111000 10010

Color Harmonies of #47143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47143C

Black with #47143C

Text Example


Text Example

White with #47143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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