Html Css Color HEX #47032C Blackberry

📋 copy color: '#47032C'

red 71 ◦ green 3 ◦ blue 44

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

Shades of Blackberry #47032C

Tints of Blackberry #47032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

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

R = 60.17%
G = 2.54%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47032C (or 0x47032C) is known color: Blackberry. HEX triplet: 47, 03 and 2C. RGB value is (71,3,44). Sum of RGB (Red+Green+Blue) = 71+3+44=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032C is #B8FCD3. Grayscale: #1B1B1B. Windows color (decimal): -12123348 or 2884423. OLE color: 2884423.

HSL color Cylindrical-coordinate representation of color #47032C: hue angle of 323.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47032C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 44 -
CMYK 0 0.96 0.38 0.72
HSL 323.82º 0.92% 0.15% -
HSV(B) 323.82º 0.96% 0.28% -
XYZ 3.09 1.59 2.53 -
YUV 28.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 71 3 44 0 0.96 0.38 0.72 323.82 0.92 0.15
Hex 47 3 2C 0 60 26 48 144 5C F
Octal 107 3 54 0 140 46 110 504 134 17
Binary 1000111 11 101100 0 1100000 100110 1001000 101000100 1011100 1111

Color Harmonies of #47032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47032C

Black with #47032C

Text Example


Text Example

White with #47032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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