Html Css Color HEX #47152A Blackberry

📋 copy color: '#47152A'

red 71 ◦ green 21 ◦ blue 42

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

Shades of Blackberry #47152A

Tints of Blackberry #47152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.34%

R = 52.99%
G = 15.67%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47152A (or 0x47152A) is known color: Blackberry. HEX triplet: 47, 15 and 2A. RGB value is (71,21,42). Sum of RGB (Red+Green+Blue) = 71+21+42=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152A is #B8EAD5. Grayscale: #262626. Windows color (decimal): -12118742 or 2757959. OLE color: 2757959.

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

Color convert

RGB 71 21 42 -
CMYK 0 0.70 0.41 0.72
HSL 334.8º 0.54% 0.18% -
HSV(B) 334.8º 0.7% 0.28% -
XYZ 3.28 2.04 2.41 -
YUV 38.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 71 21 42 0 0.70 0.41 0.72 334.8 0.54 0.18
Hex 47 15 2A 0 46 29 48 14F 36 12
Octal 107 25 52 0 106 51 110 517 66 22
Binary 1000111 10101 101010 0 1000110 101001 1001000 101001111 110110 10010

Color Harmonies of #47152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47152A

Black with #47152A

Text Example


Text Example

White with #47152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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