Html Css Color HEX #47112E Blackberry

📋 copy color: '#47112E'

red 71 ◦ green 17 ◦ blue 46

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

Shades of Blackberry #47112E

Tints of Blackberry #47112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 52.99%
G = 12.69%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47112E (or 0x47112E) is known color: Blackberry. HEX triplet: 47, 11 and 2E. RGB value is (71,17,46). Sum of RGB (Red+Green+Blue) = 71+17+46=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112E is #B8EED1. Grayscale: #242424. Windows color (decimal): -12119762 or 3019079. OLE color: 3019079.

HSL color Cylindrical-coordinate representation of color #47112E: hue angle of 327.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47112E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 46 -
CMYK 0 0.76 0.35 0.72
HSL 327.78º 0.61% 0.17% -
HSV(B) 327.78º 0.76% 0.28% -
XYZ 3.29 1.94 2.79 -
YUV 36.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 71 17 46 0 0.76 0.35 0.72 327.78 0.61 0.17
Hex 47 11 2E 0 4C 23 48 148 3D 11
Octal 107 21 56 0 114 43 110 510 75 21
Binary 1000111 10001 101110 0 1001100 100011 1001000 101001000 111101 10001

Color Harmonies of #47112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47112E

Black with #47112E

Text Example


Text Example

White with #47112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47112E; }

 p { color: rgb(71,17,46); }

 H1.HeaderClassName
 {
   color: #47112E;
 }
 .AnyTagClassName
 {
   color: #47112E;
 }
</style>

background-color css

<style>
 a { background-color: #47112E; }

 a { background-color: rgb(71,17,46); }

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

border-color css

<style>
 span { border-color: #47112E; }

 span { border-color: rgb(71,17,46); }

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