Html Css Color HEX #47153B Blackberry

📋 copy color: '#47153B'

red 71 ◦ green 21 ◦ blue 59

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

Shades of Blackberry #47153B

Tints of Blackberry #47153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

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

R = 47.02%
G = 13.91%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47153B (or 0x47153B) is known color: Blackberry. HEX triplet: 47, 15 and 3B. RGB value is (71,21,59). Sum of RGB (Red+Green+Blue) = 71+21+59=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47153B is #B8EAC4. Grayscale: #282828. Windows color (decimal): -12118725 or 3872071. OLE color: 3872071.

HSL color Cylindrical-coordinate representation of color #47153B: hue angle of 314.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47153B is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 21 59 -
CMYK 0 0.70 0.17 0.72
HSL 314.4º 0.54% 0.18% -
HSV(B) 314.4º 0.7% 0.28% -
XYZ 3.66 2.19 4.37 -
YUV 40.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 71 21 59 0 0.70 0.17 0.72 314.4 0.54 0.18
Hex 47 15 3B 0 46 11 48 13A 36 12
Octal 107 25 73 0 106 21 110 472 66 22
Binary 1000111 10101 111011 0 1000110 10001 1001000 100111010 110110 10010

Color Harmonies of #47153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47153B

Black with #47153B

Text Example


Text Example

White with #47153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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