Html Css Color HEX #47163B Blackberry

📋 copy color: '#47163B'

red 71 ◦ green 22 ◦ blue 59

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

Shades of Blackberry #47163B

Tints of Blackberry #47163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 46.71%
G = 14.47%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47163B (or 0x47163B) is known color: Blackberry. HEX triplet: 47, 16 and 3B. RGB value is (71,22,59). Sum of RGB (Red+Green+Blue) = 71+22+59=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163B is #B8E9C4. Grayscale: #282828. Windows color (decimal): -12118469 or 3872327. OLE color: 3872327.

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

Color convert

RGB 71 22 59 -
CMYK 0 0.69 0.17 0.72
HSL 314.69º 0.53% 0.18% -
HSV(B) 314.69º 0.69% 0.28% -
XYZ 3.67 2.23 4.37 -
YUV 40.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 71 22 59 0 0.69 0.17 0.72 314.69 0.53 0.18
Hex 47 16 3B 0 45 11 48 13B 35 12
Octal 107 26 73 0 105 21 110 473 65 22
Binary 1000111 10110 111011 0 1000101 10001 1001000 100111011 110101 10010

Color Harmonies of #47163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47163B

Black with #47163B

Text Example


Text Example

White with #47163B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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