Html Css Color HEX #47153C Blackberry

📋 copy color: '#47153C'

red 71 ◦ green 21 ◦ blue 60

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

Shades of Blackberry #47153C

Tints of Blackberry #47153C

RGB

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

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

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

R = 46.71%
G = 13.82%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47153C (or 0x47153C) is known color: Blackberry. HEX triplet: 47, 15 and 3C. RGB value is (71,21,60). Sum of RGB (Red+Green+Blue) = 71+21+60=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47153C is #B8EAC3. Grayscale: #282828. Windows color (decimal): -12118724 or 3937607. OLE color: 3937607.

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

Color convert

RGB 71 21 60 -
CMYK 0 0.70 0.15 0.72
HSL 313.2º 0.54% 0.18% -
HSV(B) 313.2º 0.7% 0.28% -
XYZ 3.68 2.2 4.51 -
YUV 40.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 71 21 60 0 0.70 0.15 0.72 313.2 0.54 0.18
Hex 47 15 3C 0 46 F 48 139 36 12
Octal 107 25 74 0 106 17 110 471 66 22
Binary 1000111 10101 111100 0 1000110 1111 1001000 100111001 110110 10010

Color Harmonies of #47153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47153C

Black with #47153C

Text Example


Text Example

White with #47153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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