Html Css Color HEX #47152C Blackberry

📋 copy color: '#47152C'

red 71 ◦ green 21 ◦ blue 44

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

Shades of Blackberry #47152C

Tints of Blackberry #47152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.35%

R = 52.21%
G = 15.44%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47152C (or 0x47152C) is known color: Blackberry. HEX triplet: 47, 15 and 2C. RGB value is (71,21,44). Sum of RGB (Red+Green+Blue) = 71+21+44=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152C is #B8EAD3. Grayscale: #262626. Windows color (decimal): -12118740 or 2889031. OLE color: 2889031.

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

Color convert

RGB 71 21 44 -
CMYK 0 0.70 0.38 0.72
HSL 332.4º 0.54% 0.18% -
HSV(B) 332.4º 0.7% 0.28% -
XYZ 3.32 2.06 2.61 -
YUV 38.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 71 21 44 0 0.70 0.38 0.72 332.4 0.54 0.18
Hex 47 15 2C 0 46 26 48 14C 36 12
Octal 107 25 54 0 106 46 110 514 66 22
Binary 1000111 10101 101100 0 1000110 100110 1001000 101001100 110110 10010

Color Harmonies of #47152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47152C

Black with #47152C

Text Example


Text Example

White with #47152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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