Html Css Color HEX #47122C Blackberry

📋 copy color: '#47122C'

red 71 ◦ green 18 ◦ blue 44

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

Shades of Blackberry #47122C

Tints of Blackberry #47122C

RGB

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

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

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

R = 53.38%
G = 13.53%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47122C (or 0x47122C) is known color: Blackberry. HEX triplet: 47, 12 and 2C. RGB value is (71,18,44). Sum of RGB (Red+Green+Blue) = 71+18+44=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122C is #B8EDD3. Grayscale: #242424. Windows color (decimal): -12119508 or 2888263. OLE color: 2888263.

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

Color convert

RGB 71 18 44 -
CMYK 0 0.75 0.38 0.72
HSL 330.57º 0.6% 0.17% -
HSV(B) 330.57º 0.75% 0.28% -
XYZ 3.27 1.95 2.59 -
YUV 36.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 71 18 44 0 0.75 0.38 0.72 330.57 0.6 0.17
Hex 47 12 2C 0 4B 26 48 14B 3C 11
Octal 107 22 54 0 113 46 110 513 74 21
Binary 1000111 10010 101100 0 1001011 100110 1001000 101001011 111100 10001

Color Harmonies of #47122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47122C

Black with #47122C

Text Example


Text Example

White with #47122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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