Html Css Color HEX #47122D Blackberry

📋 copy color: '#47122D'

red 71 ◦ green 18 ◦ blue 45

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

Shades of Blackberry #47122D

Tints of Blackberry #47122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 52.99%
G = 13.43%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47122D (or 0x47122D) is known color: Blackberry. HEX triplet: 47, 12 and 2D. RGB value is (71,18,45). Sum of RGB (Red+Green+Blue) = 71+18+45=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122D is #B8EDD2. Grayscale: #242424. Windows color (decimal): -12119507 or 2953799. OLE color: 2953799.

HSL color Cylindrical-coordinate representation of color #47122D: hue angle of 329.43º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47122D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 45 -
CMYK 0 0.75 0.37 0.72
HSL 329.43º 0.6% 0.17% -
HSV(B) 329.43º 0.75% 0.28% -
XYZ 3.29 1.96 2.69 -
YUV 36.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 71 18 45 0 0.75 0.37 0.72 329.43 0.6 0.17
Hex 47 12 2D 0 4B 25 48 149 3C 11
Octal 107 22 55 0 113 45 110 511 74 21
Binary 1000111 10010 101101 0 1001011 100101 1001000 101001001 111100 10001

Color Harmonies of #47122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47122D

Black with #47122D

Text Example


Text Example

White with #47122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47122D; }

 p { color: rgb(71,18,45); }

 H1.HeaderClassName
 {
   color: #47122D;
 }
 .AnyTagClassName
 {
   color: #47122D;
 }
</style>

background-color css

<style>
 a { background-color: #47122D; }

 a { background-color: rgb(71,18,45); }

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

border-color css

<style>
 span { border-color: #47122D; }

 span { border-color: rgb(71,18,45); }

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