Html Css Color HEX #47193C Blackberry

📋 copy color: '#47193C'

red 71 ◦ green 25 ◦ blue 60

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

Shades of Blackberry #47193C

Tints of Blackberry #47193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 45.51%
G = 16.03%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47193C (or 0x47193C) is known color: Blackberry. HEX triplet: 47, 19 and 3C. RGB value is (71,25,60). Sum of RGB (Red+Green+Blue) = 71+25+60=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47193C is #B8E6C3. Grayscale: #2A2A2A. Windows color (decimal): -12117700 or 3938631. OLE color: 3938631.

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

Color convert

RGB 71 25 60 -
CMYK 0 0.65 0.15 0.72
HSL 314.35º 0.48% 0.19% -
HSV(B) 314.35º 0.65% 0.28% -
XYZ 3.76 2.36 4.53 -
YUV 42.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 71 25 60 0 0.65 0.15 0.72 314.35 0.48 0.19
Hex 47 19 3C 0 41 F 48 13A 30 13
Octal 107 31 74 0 101 17 110 472 60 23
Binary 1000111 11001 111100 0 1000001 1111 1001000 100111010 110000 10011

Color Harmonies of #47193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47193C

Black with #47193C

Text Example


Text Example

White with #47193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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