Html Css Color HEX #47032B Blackberry

📋 copy color: '#47032B'

red 71 ◦ green 3 ◦ blue 43

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

Shades of Blackberry #47032B

Tints of Blackberry #47032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.75%

R = 60.68%
G = 2.56%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47032B (or 0x47032B) is known color: Blackberry. HEX triplet: 47, 03 and 2B. RGB value is (71,3,43). Sum of RGB (Red+Green+Blue) = 71+3+43=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032B is #B8FCD4. Grayscale: #1B1B1B. Windows color (decimal): -12123349 or 2818887. OLE color: 2818887.

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

Color convert

RGB 71 3 43 -
CMYK 0 0.96 0.39 0.72
HSL 324.71º 0.92% 0.15% -
HSV(B) 324.71º 0.96% 0.28% -
XYZ 3.07 1.58 2.43 -
YUV 27.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 71 3 43 0 0.96 0.39 0.72 324.71 0.92 0.15
Hex 47 3 2B 0 60 27 48 145 5C F
Octal 107 3 53 0 140 47 110 505 134 17
Binary 1000111 11 101011 0 1100000 100111 1001000 101000101 1011100 1111

Color Harmonies of #47032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47032B

Black with #47032B

Text Example


Text Example

White with #47032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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