Html Css Color HEX #47123B Blackberry

📋 copy color: '#47123B'

red 71 ◦ green 18 ◦ blue 59

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

Shades of Blackberry #47123B

Tints of Blackberry #47123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 47.97%
G = 12.16%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47123B (or 0x47123B) is known color: Blackberry. HEX triplet: 47, 12 and 3B. RGB value is (71,18,59). Sum of RGB (Red+Green+Blue) = 71+18+59=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123B is #B8EDC4. Grayscale: #262626. Windows color (decimal): -12119493 or 3871303. OLE color: 3871303.

HSL color Cylindrical-coordinate representation of color #47123B: hue angle of 313.58º 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 #47123B is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 59 -
CMYK 0 0.75 0.17 0.72
HSL 313.58º 0.6% 0.17% -
HSV(B) 313.58º 0.75% 0.28% -
XYZ 3.6 2.09 4.35 -
YUV 38.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 71 18 59 0 0.75 0.17 0.72 313.58 0.6 0.17
Hex 47 12 3B 0 4B 11 48 13A 3C 11
Octal 107 22 73 0 113 21 110 472 74 21
Binary 1000111 10010 111011 0 1001011 10001 1001000 100111010 111100 10001

Color Harmonies of #47123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47123B

Black with #47123B

Text Example


Text Example

White with #47123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47123B; }

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

 H1.HeaderClassName
 {
   color: #47123B;
 }
 .AnyTagClassName
 {
   color: #47123B;
 }
</style>

background-color css

<style>
 a { background-color: #47123B; }

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

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

border-color css

<style>
 span { border-color: #47123B; }

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

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