Html Css Color HEX #47152F Blackberry

📋 copy color: '#47152F'

red 71 ◦ green 21 ◦ blue 47

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

Shades of Blackberry #47152F

Tints of Blackberry #47152F

RGB

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

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

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

R = 51.08%
G = 15.11%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47152F (or 0x47152F) is known color: Blackberry. HEX triplet: 47, 15 and 2F. RGB value is (71,21,47). Sum of RGB (Red+Green+Blue) = 71+21+47=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152F is #B8EAD0. Grayscale: #262626. Windows color (decimal): -12118737 or 3085639. OLE color: 3085639.

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

Color convert

RGB 71 21 47 -
CMYK 0 0.70 0.34 0.72
HSL 328.8º 0.54% 0.18% -
HSV(B) 328.8º 0.7% 0.28% -
XYZ 3.38 2.08 2.91 -
YUV 38.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 71 21 47 0 0.70 0.34 0.72 328.8 0.54 0.18
Hex 47 15 2F 0 46 22 48 149 36 12
Octal 107 25 57 0 106 42 110 511 66 22
Binary 1000111 10101 101111 0 1000110 100010 1001000 101001001 110110 10010

Color Harmonies of #47152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47152F

Black with #47152F

Text Example


Text Example

White with #47152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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