Html Css Color HEX #47172F Blackberry

📋 copy color: '#47172F'

red 71 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #47172F

Tints of Blackberry #47172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

 BLUE value IS 47 (18.75% from 255) = 33.33%

R = 50.35%
G = 16.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47172F (or 0x47172F) is known color: Blackberry. HEX triplet: 47, 17 and 2F. RGB value is (71,23,47). Sum of RGB (Red+Green+Blue) = 71+23+47=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47172F is #B8E8D0. Grayscale: #282828. Windows color (decimal): -12118225 or 3086151. OLE color: 3086151.

HSL color Cylindrical-coordinate representation of color #47172F: hue angle of 330º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47172F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 47 -
CMYK 0 0.68 0.34 0.72
HSL 330º 0.51% 0.18% -
HSV(B) 330º 0.68% 0.28% -
XYZ 3.42 2.16 2.93 -
YUV 40.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 71 23 47 0 0.68 0.34 0.72 330 0.51 0.18
Hex 47 17 2F 0 44 22 48 14A 33 12
Octal 107 27 57 0 104 42 110 512 63 22
Binary 1000111 10111 101111 0 1000100 100010 1001000 101001010 110011 10010

Color Harmonies of #47172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47172F

Black with #47172F

Text Example


Text Example

White with #47172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47172F; }

 p { color: rgb(71,23,47); }

 H1.HeaderClassName
 {
   color: #47172F;
 }
 .AnyTagClassName
 {
   color: #47172F;
 }
</style>

background-color css

<style>
 a { background-color: #47172F; }

 a { background-color: rgb(71,23,47); }

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

border-color css

<style>
 span { border-color: #47172F; }

 span { border-color: rgb(71,23,47); }

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